diff --git a/local/modules/Front/Controller/OrderController.php b/local/modules/Front/Controller/OrderController.php index e75a75688..56d97f5cb 100644 --- a/local/modules/Front/Controller/OrderController.php +++ b/local/modules/Front/Controller/OrderController.php @@ -266,7 +266,7 @@ class OrderController extends BaseFrontController { $country = $this->getRequest()->get( 'country_id', - TaxEngine::getInstance($this->getRequest()->getSession())->getDeliveryCountry()->getId() + $this->container->get('thelia.taxEngine')->getDeliveryCountry()->getId() ); $this->checkXmlHttpRequest();