1
0

OpenCart 3.0.3.8

This commit is contained in:
Christer Warén
2021-10-08 18:17:57 +03:00
parent cfa575a06a
commit 4bd790f56a
63 changed files with 461 additions and 89 deletions

View File

@ -232,4 +232,12 @@ $_['text_card_message_F9031'] = 'Multiple transactions for same credit c
$_['text_card_message_F9032'] = 'Invalid Customer Last Name';
$_['text_card_message_F9033'] = 'Invalid Billing Street';
$_['text_card_message_F9034'] = 'Invalid Shipping Street';
$_['text_card_message_F9037'] = 'Suspicious Customer Email Address';
$_['text_card_message_F9037'] = 'Suspicious Customer Email Address';
// Error
$_['error_payment'] = 'Payment Error';
$_['error_empty_name'] = 'Card Holder\'s Name must be entered';
$_['error_invalid_card'] = 'Card Number appears invalid';
$_['error_expiry_date'] = 'This expiry date has passed';
$_['error_cvv'] = 'CVV/CSV Number appears invalid';
$_['error_payment_text'] = 'There was a problem completing the payment';