mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add confirm dialog
This commit is contained in:
@@ -75,8 +75,8 @@ readonly class OvhConnector implements ConnectorInterface
|
||||
'domain' => $ldhName,
|
||||
]);
|
||||
|
||||
$pricingModes = ['create-premium'];
|
||||
if ('create-premium' !== $authData['pricingMode']) {
|
||||
$pricingModes = ['create-default'];
|
||||
if ('create-default' !== $authData['pricingMode']) {
|
||||
$pricingModes[] = $authData['pricingMode'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user