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:
commit
c1662e0472
@ -107,6 +107,7 @@ class PaymentModule extends PaymentModuleCore
|
||||
$storeAllTaxes = array();
|
||||
|
||||
$id_country = (int)Country::getDefaultCountryId();
|
||||
$id_state = 0;
|
||||
|
||||
foreach ($products AS $key => $product)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user