Fixed TaxEngine usage.
This commit is contained in:
@@ -266,7 +266,7 @@ class OrderController extends BaseFrontController
|
|||||||
{
|
{
|
||||||
$country = $this->getRequest()->get(
|
$country = $this->getRequest()->get(
|
||||||
'country_id',
|
'country_id',
|
||||||
TaxEngine::getInstance($this->getRequest()->getSession())->getDeliveryCountry()->getId()
|
$this->container->get('thelia.taxEngine')->getDeliveryCountry()->getId()
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->checkXmlHttpRequest();
|
$this->checkXmlHttpRequest();
|
||||||
|
|||||||
Reference in New Issue
Block a user