Merge branch 'fix/payement-id_state' into develop

Conflicts:
	override/controllers/OrderConfirmationController.php
	themes/site/header.tpl
	themes/site_mobile/header.tpl
This commit is contained in:
Michael RICOIS 2018-01-22 12:02:18 +01:00
commit c1662e0472

View File

@ -107,6 +107,7 @@ class PaymentModule extends PaymentModuleCore
$storeAllTaxes = array();
$id_country = (int)Country::getDefaultCountryId();
$id_state = 0;
foreach ($products AS $key => $product)
{