diff --git a/controllers/front/payment.php b/controllers/front/payment.php index aa799b9..1b64395 100644 --- a/controllers/front/payment.php +++ b/controllers/front/payment.php @@ -46,7 +46,7 @@ public function initContent() $this->context->smarty->assign(array( 'nbProducts' => $cart->nbProducts(), 'cust_currency' => $cart->id_currency, - 'currencies' => $this->module->getCurrency((int)$cart->id_currency), + 'currencies' => Currency::getCurrenciesByIdShop((int)$cart->id_shop), 'total' => $cart->getOrderTotal(true, Cart::BOTH), 'this_path' => $this->module->getPathUri(), 'this_path_bw' => $this->module->getPathUri(),