13161 - fix bug in payment module
This commit is contained in:
parent
621da01bd8
commit
db09be33ce
@ -53,7 +53,7 @@ abstract class PaymentModule extends PaymentModuleCore
|
||||
if (preg_match('/^order_conf_product_list/', $template_name)===1) {
|
||||
|
||||
// antadis 13161 group products by brands, and get their brand
|
||||
$brands_summary = Cart::getBrandSummaryWithProducts($product_var_tpl_list, $this->context);
|
||||
$brands_summary = Cart::getBrandSummaryWithProducts($var, $this->context);
|
||||
// antadis 13161 end
|
||||
|
||||
$this->context->smarty->assign('category_brands', $brands_summary['category_brands']);
|
||||
|
Loading…
Reference in New Issue
Block a user