fix: implement ovh API

This commit is contained in:
Maël Gangloff
2024-07-29 16:47:28 +02:00
parent 274a8562d1
commit 7e2da3eb0b
2 changed files with 1 additions and 11 deletions

View File

@@ -53,7 +53,7 @@ final readonly class ProcessWatchListTriggerHandler
$updatedAt = $domain->getUpdatedAt();
try {
$domain = $this->RDAPService->registerDomain($domain->getLdhName());
//$domain = $this->RDAPService->registerDomain($domain->getLdhName());
} catch (Throwable) {
$this->sendEmailDomainUpdateError($domain, $watchList->getUser());
//continue; // This line is commented out to allow the purchase of expired domains

View File

@@ -1,10 +0,0 @@
<?php
namespace App\Service;
readonly class ConnectorService
{
}