r96118 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96117‎ | r96118 | r96119 >
Date:16:11, 2 September 2011
Author:awjrichards
Status:ok
Tags:
Comment:
MFT r91572
Modified paths:
  • /branches/fundraising/deployment/DonationInterface/payflowpro_gateway/validate_input.js (modified) (history)

Diff [purge]

Index: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/validate_input.js
@@ -64,7 +64,7 @@
6565 output += "Country:" + countryField.options[countryField.selectedIndex].value + '.\r\n';
6666
6767 //set state to "outside us"
68 - if ( document.payment.country.value != '840' ) {
 68+ if ( document.payment.country.value != 'US' ) {
6969 document.payment.state.value = 'XX';
7070 }
7171
@@ -94,7 +94,7 @@
9595
9696 function disableStates( form ) {
9797
98 - if ( document.payment.country.value != '840' ) {
 98+ if ( document.payment.country.value != 'US' ) {
9999 document.payment.state.value = 'XX';
100100 } else {
101101 document.payment.state.value = 'YY';
Property changes on: branches/fundraising/deployment/DonationInterface/payflowpro_gateway/validate_input.js
___________________________________________________________________
Added: svn:mergeinfo
102102 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

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r91572updating for new country valueskaldari18:05, 6 July 2011

Status & tagging log