the activateSSLOrder method does not exist in the API

master
Igors Savins 2020-05-28 15:10:21 +03:00 committed by GitHub
parent 8ea9c3907e
commit f6b4dd3ae4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 10 deletions

View File

@ -304,15 +304,6 @@ 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) {