Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/js/webitects.js |
— | — | @@ -66,7 +66,7 @@ |
67 | 67 | if ( typeof data.error !== 'undefined' ) { |
68 | 68 | alert( ajaxError ); |
69 | 69 | $( "#paymentContinue" ).show(); // Show continue button in 2nd section |
70 | | - showStep1(); |
| 70 | + showStep2(); |
71 | 71 | } else if ( typeof data.result !== 'undefined' ) { |
72 | 72 | if ( data.result.errors ) { |
73 | 73 | var errors = new Array(); |