[*] MO : change calls method Tools::displayError() by $name_module->l() && Translations
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15094 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -51,7 +51,7 @@ foreach (Module::getPaymentModules() as $module)
|
||||
break;
|
||||
}
|
||||
if (!$authorized)
|
||||
die(Tools::displayError('This payment method is not available.'));
|
||||
die($cheque->l('This payment method is not available.', 'validation'));
|
||||
|
||||
$customer = new Customer($cart->id_customer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user