[-] BO : #PSTEST-217 - Add a translation
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12015 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -229,7 +229,7 @@ abstract class PaymentModuleCore extends Module
|
||||
if (!$orderCreationFailed AND isset($order->id))
|
||||
{
|
||||
if (!$secure_key)
|
||||
$message .= $this->l('Warning : the secure key is empty, check your payment account before validation');
|
||||
$message .= Tools::displayError('Warning : the secure key is empty, check your payment account before validation');
|
||||
// Optional message to attach to this order
|
||||
if (isset($message) AND !empty($message))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user