Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php |
— | — | @@ -295,7 +295,7 @@ |
296 | 296 | 'city' => wfMsg( 'payflowpro_gateway-error-msg-city' ), |
297 | 297 | 'state' => wfMsg( 'payflowpro_gateway-error-msg-state' ), |
298 | 298 | 'zip' => wfMsg( 'payflowpro_gateway-error-msg-zip' ), |
299 | | - 'card_num' => wfMsg( 'payflowpro_gateway-error-msg-card-num' ), |
| 299 | + 'card_num' => wfMsg( 'payflowpro_gateway-error-msg-card_num' ), |
300 | 300 | 'expiration' => wfMsg( 'payflowpro_gateway-error-msg-expiration' ), |
301 | 301 | 'cvv' => wfMsg( 'payflowpro_gateway-error-msg-cvv' ), |
302 | 302 | ); |
Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.i18n.php |
— | — | @@ -60,6 +60,7 @@ |
61 | 61 | 'payflowpro_gateway-error-msg-state' => 'state', |
62 | 62 | 'payflowpro_gateway-error-msg-zip' => 'postal code', |
63 | 63 | 'payflowpro_gateway-error-msg-country' => 'country', |
| 64 | + 'payflowpro_gateway-error-msg-card_num' => 'credit card number', |
64 | 65 | 'payflowpro_gateway-error-msg-expiration' => "card's expiration date", |
65 | 66 | 'payflowpro_gateway-error-msg-cvv' => 'CVV from the back of your card', |
66 | 67 | 'payflowpro_gateway-error-msg-captcha' => "The Captcha value you entered is incorrect. Please try again.", |