test: add gandi provider test

This commit is contained in:
Maël Gangloff
2025-10-17 12:39:40 +02:00
parent 64fe0c895b
commit a7d07be1be
9 changed files with 98 additions and 9 deletions

View File

@@ -93,6 +93,7 @@ final readonly class OrderDomainHandler
* The user is authenticated to ensure that the credentials are still valid.
* If no errors occur, the purchase is attempted.
*/
$connectorProvider->authenticate($connector->getAuthData());
$connectorProvider->orderDomain($domain, $this->kernel->isDebug());