From b4efae98b406005333bc998afd1f65f950f62c8d Mon Sep 17 00:00:00 2001 From: ethem Date: Mon, 4 Sep 2006 12:25:21 +0000 Subject: [PATCH] New strings for echecks. --- lang/en_utf8/enrol_authorize.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en_utf8/enrol_authorize.php b/lang/en_utf8/enrol_authorize.php index 0f895f5a450..8305ffc0e2c 100644 --- a/lang/en_utf8/enrol_authorize.php +++ b/lang/en_utf8/enrol_authorize.php @@ -141,6 +141,8 @@ $string['reason11'] = 'A duplicate transaction has been submitted.'; $string['reason13'] = 'The merchant Login ID is invalid or the account is inactive.'; $string['reason16'] = 'The transaction was not found.'; $string['reason17'] = 'The merchant does not accept this type of credit card.'; +$string['reason245'] = 'This eCheck type is not allowed when using the payment gateway hosted payment form.'; +$string['reason246'] = 'This eCheck type is not allowed.'; $string['reason27'] = 'The transaction resulted in an AVS mismatch. The address provided does not match billing address of cardholder.'; $string['reason28'] = 'The merchant does not accept this type of credit card.'; $string['reason30'] = 'The configuration with the processor is invalid. Call Merchant Service Provider.';