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());
|
$ovh = new OVHConnector($connector->getAuthData());
|
||||||
$isDebug = $this->kernel->isDebug();
|
$isDebug = $this->kernel->isDebug();
|
||||||
|
|
||||||
$ovh->orderDomain(
|
$ovh->orderDomain($domain, $isDebug);
|
||||||
$domain,
|
|
||||||
true, // TODO: Infer from the user
|
|
||||||
true, // TODO: Infer from the user
|
|
||||||
true, // TODO: Infer from the user
|
|
||||||
$isDebug
|
|
||||||
);
|
|
||||||
$this->sendEmailDomainOrdered($domain, $connector, $watchList->getUser());
|
$this->sendEmailDomainOrdered($domain, $connector, $watchList->getUser());
|
||||||
} else throw new Exception("Unknown provider");
|
} else throw new Exception("Unknown provider");
|
||||||
} catch (Throwable) {
|
} catch (Throwable) {
|
||||||
|
|||||||
Reference in New Issue
Block a user