We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2055a3 commit ec5afebCopy full SHA for ec5afeb
library/Registrar/Adapter/OpenProvider.php
@@ -157,7 +157,7 @@ public function isDomainCanBeTransferred(Registrar_Domain $domain)
157
158
$response = $this->_request('POST', '/domains/check', $data);
159
$result = $response['data']['results'][0] ?? [];
160
- return isset($result['data']['status']) && $result['data']['status'] === 'transfer';
+ return isset($result['status']) && $result['status'] === 'active';
161
}
162
163
public function transferDomain(Registrar_Domain $domain)
0 commit comments