diff --git a/Model/Checks/CanUseForCountry/CountryProvider.php b/Model/Checks/CanUseForCountry/CountryProvider.php deleted file mode 100644 index 5513f2a9d..000000000 --- a/Model/Checks/CanUseForCountry/CountryProvider.php +++ /dev/null @@ -1,50 +0,0 @@ -getShippingAddress() ? : $quote->getBillingAddress(); - return (!empty($address) && !empty($address->getCountry())) - ? $address->getCountry() - : $this->directoryHelper->getDefaultCountry(); - } -} diff --git a/etc/di.xml b/etc/di.xml index 741923ac8..de2bf44e1 100644 --- a/etc/di.xml +++ b/etc/di.xml @@ -31,7 +31,6 @@ -