Index: trunk/extensions/DonationInterface/payflowpro_gateway/validate_input.js |
— | — | @@ -154,7 +154,7 @@ |
155 | 155 | |
156 | 156 | window.submit_form = function( ccform ) { |
157 | 157 | if ( validate_form( ccform )) { |
158 | | - // weird hack!!!!!! for some reasondoing just ccform.submit() throws an error.... |
| 158 | + // weird hack!!!!!! for some reason doing just ccform.submit() throws an error.... |
159 | 159 | $j(ccform).submit(); |
160 | 160 | } |
161 | 161 | return true; |