Index: trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect_gateway.i18n.php |
— | — | @@ -16,6 +16,14 @@ |
17 | 17 | 'globalcollect_gateway-response-9140' => 'Invalid currency.', |
18 | 18 | 'globalcollect_gateway-response-9150' => 'Invalid language.', |
19 | 19 | 'globalcollect_gateway-response-400530' => 'Invalid payment method.', |
| 20 | + 'globalcollect_gateway-response-430306' => 'Your credit card has expired. Please try a different card or one of our other payment methods.', |
| 21 | + 'globalcollect_gateway-response-430330' => 'Invalid card number.', |
| 22 | + 'globalcollect_gateway-response-430421' => 'Your credit card could not be validated. Please verify that all information matches your credit card profile, or try a different card.', // suspected fruad |
| 23 | + 'globalcollect_gateway-response-430360' => 'The transaction could not be authorized. Please try a different card or one of our other payment methods.', // low funds |
| 24 | + 'globalcollect_gateway-response-430285' => 'The transaction could not be authorized. Please try a different card or one of our other payment methods.', // do not honor |
| 25 | + 'globalcollect_gateway-response-21000150' => 'Invalid bank account number.', |
| 26 | + 'globalcollect_gateway-response-21000155' => 'Invalid bank code.', |
| 27 | + 'globalcollect_gateway-response-21000160' => 'Invalid giro account number.', |
20 | 28 | 'globalcollect_gateway-response-default' => 'There was an error processing your transaction. |
21 | 29 | Please try again later.', |
22 | 30 | ); |
— | — | @@ -30,6 +38,14 @@ |
31 | 39 | 'globalcollect_gateway-response-9140' => 'Error message for invalid currency.', |
32 | 40 | 'globalcollect_gateway-response-9150' => 'Error message for invalid language.', |
33 | 41 | 'globalcollect_gateway-response-400530' => 'Error message for invalid payment method, for example, not a valid credit card type.', |
| 42 | + 'globalcollect_gateway-response-430306' => 'Error message for expired credit card.', |
| 43 | + 'globalcollect_gateway-response-430330' => 'Error message for invalid card number.', |
| 44 | + 'globalcollect_gateway-response-430421' => 'Error message for declined credit card transaction. This error may be due to incorrect information being entered into the form.', |
| 45 | + 'globalcollect_gateway-response-430360' => 'Error message for declined credit card transaction due to insuffient funds.', |
| 46 | + 'globalcollect_gateway-response-430285' => 'Error message for declined credit card transaction due to "do not honor" message from payment provider.', |
| 47 | + 'globalcollect_gateway-response-21000150' => 'Error message for invalid bank account number.', |
| 48 | + 'globalcollect_gateway-response-21000155' => 'Error message for invalid bank code.', |
| 49 | + 'globalcollect_gateway-response-21000160' => 'Error message for invalid giro account number.', |
34 | 50 | 'globalcollect_gateway-response-default' => 'Error message if something went wrong on our side.', |
35 | 51 | ); |
36 | 52 | |