Fixed TaxEngine usage.

This commit is contained in:
Franck Allimant
2014-01-23 12:06:14 +01:00
parent c8620ea63b
commit 73680d3d01

View File

@@ -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();