feat: EPP order domain

This commit is contained in:
Maël Gangloff
2025-02-22 13:36:10 +01:00
parent 7048d8d22b
commit bebd3f81e5
4 changed files with 92 additions and 6 deletions

View File

@@ -94,8 +94,6 @@ final readonly class OrderDomainHandler
* If no errors occur, the purchase is attempted.
*/
$connectorProvider->authenticate($connector->getAuthData());
$connectorProvider->orderDomain($domain, $this->kernel->isDebug());
/*