// Fix bug #PSFV-229 in bankwire module
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11923 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -52,7 +52,7 @@ if (!$authorized)
|
||||
$customer = new Customer((int)$cart->id_customer);
|
||||
|
||||
if (!Validate::isLoadedObject($customer))
|
||||
Tools::redirec('index.php?controller=order&step=1');
|
||||
Tools::redirect('index.php?controller=order&step=1');
|
||||
|
||||
$currency = Tools::getValue('currency_payement', false) ? new Currency(Tools::getValue('currency_payement')) : Context::getContext()->currency;
|
||||
$total = (float)($cart->getOrderTotal(true, Cart::BOTH));
|
||||
|
||||
Reference in New Issue
Block a user