mirror of https://github.com/gogetssl/api
the activateSSLOrder method does not exist in the API
parent
8ea9c3907e
commit
f6b4dd3ae4
|
@ -304,15 +304,6 @@ class GoGetSSLApi
|
||||||
return $this->call("/orders/ssl/reissue/{$orderId}", ['auth_key' => $this->key], $data);
|
return $this->call("/orders/ssl/reissue/{$orderId}", ['auth_key' => $this->key], $data);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function activateSSLOrder($orderId)
|
|
||||||
{
|
|
||||||
if (!$this->key) {
|
|
||||||
throw new GoGetSSLAuthException();
|
|
||||||
}
|
|
||||||
|
|
||||||
return $this->call("/orders/ssl/activate/{$orderId}", ['auth_key' => $this->key]);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function addSandboxAccount($data)
|
public function addSandboxAccount($data)
|
||||||
{
|
{
|
||||||
if (!$this->key) {
|
if (!$this->key) {
|
||||||
|
|
Loading…
Reference in New Issue