diff --git a/src/Config/Connector/OvhConnector.php b/src/Config/Connector/OvhConnector.php index c1bde65..5577ea4 100644 --- a/src/Config/Connector/OvhConnector.php +++ b/src/Config/Connector/OvhConnector.php @@ -57,7 +57,7 @@ readonly class OvhConnector implements ConnectorInterface ]); $offer = array_filter($offers, fn($offer) => $offer['action'] === 'create' && $offer['orderable'] === true && - $offers['pricingMode'] === $pricingMode + $offer['pricingMode'] === $pricingMode ); if (empty($offer)) throw new Exception('Cannot buy this domain name');