Index: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/validate_input.js |
— | — | @@ -64,7 +64,7 @@ |
65 | 65 | output += "Country:" + countryField.options[countryField.selectedIndex].value + '.\r\n'; |
66 | 66 | |
67 | 67 | //set state to "outside us" |
68 | | - if ( document.payment.country.value != '840' ) { |
| 68 | + if ( document.payment.country.value != 'US' ) { |
69 | 69 | document.payment.state.value = 'XX'; |
70 | 70 | } |
71 | 71 | |
— | — | @@ -94,7 +94,7 @@ |
95 | 95 | |
96 | 96 | function disableStates( form ) { |
97 | 97 | |
98 | | - if ( document.payment.country.value != '840' ) { |
| 98 | + if ( document.payment.country.value != 'US' ) { |
99 | 99 | document.payment.state.value = 'XX'; |
100 | 100 | } else { |
101 | 101 | document.payment.state.value = 'YY'; |
Property changes on: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/validate_input.js |
___________________________________________________________________ |
Added: svn:mergeinfo |
102 | 102 | Merged /trunk/extensions/DonationInterface/payflowpro_gateway/validate_input.js:r75657-77440,77442-79147,79149-79286,79288-79296,79298-79299,79301-79303,79305-86440,91572,92825 |