mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: update connector page
This commit is contained in:
@@ -63,12 +63,11 @@ final readonly class ProcessDomainTriggerHandler
|
||||
$ovh = new OVHConnector($connector->getAuthData());
|
||||
$isDebug = $this->kernel->isDebug();
|
||||
|
||||
|
||||
$ovh->orderDomain(
|
||||
$domain,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
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());
|
||||
|
||||
Reference in New Issue
Block a user