13161 - fix bug in payment module

This commit is contained in:
Rodney Figaro 2017-05-15 10:55:24 +02:00
parent 621da01bd8
commit db09be33ce

View File

@ -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']);