diff --git a/modules/bankwire/validation.php b/modules/bankwire/validation.php index 8bf014224..ebef6c2fc 100644 --- a/modules/bankwire/validation.php +++ b/modules/bankwire/validation.php @@ -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));