Index: trunk/extensions/DonationInterface/payflowpro_gateway/forms/TwoStepTwoColumn.php |
— | — | @@ -57,10 +57,6 @@ |
58 | 58 | if (document.getElementById('lname').value == '$last') { |
59 | 59 | output += payflowproGatewayErrorMsgJs + ' last name.\\r\\n'; |
60 | 60 | } |
61 | | - var stateField = document.getElementById( 'state' ); |
62 | | - if( stateField.options[stateField.selectedIndex].value == 'YY' ) { |
63 | | - output += payflowproGatewayErrorMsgJs + ' ' + window['payflowproGatewayErrorMsgState'] + '.\\r\\n'; |
64 | | - } |
65 | 61 | var countryField = document.getElementById( 'country' ); |
66 | 62 | if( countryField.options[countryField.selectedIndex].value == '' ) { |
67 | 63 | output += payflowproGatewayErrorMsgJs + ' ' + window['payflowproGatewayErrorMsgCountry'] + '.\\r\\n'; |