feat: validate ovh api credentials before using it

This commit is contained in:
Maël Gangloff
2024-07-30 14:09:01 +02:00
parent 61104de1b3
commit 554e840545
2 changed files with 19 additions and 4 deletions

View File

@@ -12,6 +12,6 @@ interface ConnectorInterface
bool $acceptConditions,
bool $ownerLegalAge,
bool $waiveRetractationPeriod,
bool $dryRyn
bool $dryRun
): void;
}