Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/js/webitects_2_3step.js |
— | — | @@ -92,9 +92,6 @@ |
93 | 93 | } ); |
94 | 94 | |
95 | 95 | $( "#submitcreditcard" ).click( function() { |
96 | | - // set country to US TODO: make this dynamic |
97 | | - $( 'input[name="country"]' ).val( "US" ); |
98 | | - |
99 | 96 | if ( validate_cc() ) { |
100 | 97 | // set the hidden expiration date input from the two selects |
101 | 98 | $( 'input[name="expiration"]' ).val( |
Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/js/webitects_2_3step.js |
— | — | @@ -102,9 +102,6 @@ |
103 | 103 | } ); |
104 | 104 | |
105 | 105 | $( "#submitcreditcard" ).click( function() { |
106 | | - // set country to US TODO: make this dynamic |
107 | | - $( 'input[name="country"]' ).val( "US" ); |
108 | | - |
109 | 106 | if ( validate_cc() ) { |
110 | 107 | // set the hidden expiration date input from the two selects |
111 | 108 | $( 'input[name="expiration"]' ).val( |