mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: ovh api conditions checkbox
This commit is contained in:
@@ -63,13 +63,7 @@ final readonly class ProcessDomainTriggerHandler
|
||||
$ovh = new OVHConnector($connector->getAuthData());
|
||||
$isDebug = $this->kernel->isDebug();
|
||||
|
||||
$ovh->orderDomain(
|
||||
$domain,
|
||||
true, // TODO: Infer from the user
|
||||
true, // TODO: Infer from the user
|
||||
true, // TODO: Infer from the user
|
||||
$isDebug
|
||||
);
|
||||
$ovh->orderDomain($domain, $isDebug);
|
||||
$this->sendEmailDomainOrdered($domain, $connector, $watchList->getUser());
|
||||
} else throw new Exception("Unknown provider");
|
||||
} catch (Throwable) {
|
||||
|
||||
Reference in New Issue
Block a user