feat: update connector page

This commit is contained in:
Maël Gangloff
2024-07-30 00:55:36 +02:00
parent 3a9f22318f
commit 469537d275
11 changed files with 205 additions and 32 deletions

View File

@@ -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());