mirror of https://github.com/gogetssl/api
the activateSSLOrder method does not exist in the API
parent
8ea9c3907e
commit
f6b4dd3ae4
|
@ -303,16 +303,7 @@ class GoGetSSLApi
|
|||
|
||||
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)
|
||||
{
|
||||
if (!$this->key) {
|
||||
|
|
Loading…
Reference in New Issue