feat: ovh api conditions checkbox

This commit is contained in:
Maël Gangloff
2024-07-30 14:56:08 +02:00
parent 5b8e4e43c4
commit 6b2beadc9c
4 changed files with 89 additions and 32 deletions

View File

@@ -8,10 +8,5 @@ interface ConnectorInterface
{
public static function verifyAuthData(array $authData): array;
public function orderDomain(Domain $domain,
bool $acceptConditions,
bool $ownerLegalAge,
bool $waiveRetractationPeriod,
bool $dryRun
): void;
public function orderDomain(Domain $domain, bool $dryRun): void;
}