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 25f0efc commit ea5f4fdCopy full SHA for ea5f4fd
src/TPPWholesale/Provider.php
@@ -304,10 +304,6 @@ public function renew(RenewParams $params): DomainResult
304
$order = null;
305
}
306
307
- if (isset($order['type']) && $order['type'] === 'Renewal' && $order['status'] === 'Scheduled') {
308
- $this->errorResult('A scheduled domain renewal order already exists');
309
- }
310
-
311
$this->api()->renew($domainName, $period);
312
return $this->getInfoDomainResult($domainName, sprintf('Renewal for %s domain was successful!', $domainName));
313
} catch (Throwable $e) {
0 commit comments