Merge branch 'master' of github.com:thelia/thelia

This commit is contained in:
Manuel Raynaud
2014-01-23 12:07:19 +01:00

View File

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