Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/webitects2nd.html |
— | — | @@ -6,6 +6,7 @@ |
7 | 7 | var paymentErrors = ['#card_num|escape','#card_type|escape','#cvv|escape']; |
8 | 8 | var actionURL = "@action"; |
9 | 9 | var scriptPath = "@script_path"; |
| 10 | + var ajaxError = "%donate_interface-error-msg-general%"; |
10 | 11 | </script> |
11 | 12 | <!--[if lt IE 7]> |
12 | 13 | <script type="text/javascript"> |
Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/webitects2nd-US.html |
— | — | @@ -6,6 +6,7 @@ |
7 | 7 | var paymentErrors = ['#card_num|escape','#card_type|escape','#cvv|escape']; |
8 | 8 | var actionURL = "@action"; |
9 | 9 | var scriptPath = "@script_path"; |
| 10 | + var ajaxError = "%donate_interface-error-msg-general%"; |
10 | 11 | </script> |
11 | 12 | <!--[if lt IE 7]> |
12 | 13 | <script type="text/javascript"> |
Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/webitects_2_3step-CA.html |
— | — | @@ -6,6 +6,7 @@ |
7 | 7 | var paymentErrors = ['#card_num|escape','#card_type|escape','#cvv|escape']; |
8 | 8 | var actionURL = "@action"; |
9 | 9 | var scriptPath = "@script_path"; |
| 10 | + var ajaxError = "%donate_interface-error-msg-general%"; |
10 | 11 | </script> |
11 | 12 | <!--[if lt IE 7]> |
12 | 13 | <script type="text/javascript"> |