http://www.mediawiki.org/wiki/Special:Code/MediaWiki/96118
Revision: 96118
Author: awjrichards
Date: 2011-09-02 16:11:56 +0000 (Fri, 02 Sep 2011)
Log Message:
-----------
MFT r91572
Modified Paths:
--------------
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/validate_input.js
Property Changed:
----------------
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/validate_input.js
Modified:
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/validate_input.js
===================================================================
---
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/validate_input.js
2011-09-02 16:10:12 UTC (rev 96117)
+++
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/validate_input.js
2011-09-02 16:11:56 UTC (rev 96118)
@@ -64,7 +64,7 @@
output += "Country:" +
countryField.options[countryField.selectedIndex].value + '.\r\n';
//set state to "outside us"
- if ( document.payment.country.value != '840' ) {
+ if ( document.payment.country.value != 'US' ) {
document.payment.state.value = 'XX';
}
@@ -94,7 +94,7 @@
function disableStates( form ) {
- if ( document.payment.country.value != '840' ) {
+ if ( document.payment.country.value != 'US' ) {
document.payment.state.value = 'XX';
} else {
document.payment.state.value = 'YY';
Property changes on:
branches/fundraising/deployment/DonationInterface/payflowpro_gateway/validate_input.js
___________________________________________________________________
Added: svn:mergeinfo
+
/trunk/extensions/DonationInterface/payflowpro_gateway/validate_input.js:75657-77440,77442-79147,79149-79286,79288-79296,79298-79299,79301-79303,79305-86440,91572,92825
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs