r101999 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101998‎ | r101999 | r102000 >
Date:15:16, 4 November 2011
Author:awjrichards
Status:deferred
Tags:
Comment:
Modified paths:
  • /branches/fundraising/deployment/payments_1.17/extensions/DonationInterface (modified) (history)
  • /branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/js/webitects_2_3step.js (modified) (history)
  • /branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/payflowpro_gateway (modified) (history)
  • /branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/payflowpro_gateway/forms (modified) (history)
  • /branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/payflowpro_gateway/forms/js/webitects_2_3step.js (modified) (history)

Diff [purge]

Index: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/payflowpro_gateway/forms/js/webitects_2_3step.js
@@ -92,9 +92,6 @@
9393 } );
9494
9595 $( "#submitcreditcard" ).click( function() {
96 - // set country to US TODO: make this dynamic
97 - $( 'input[name="country"]' ).val( "US" );
98 -
9996 if ( validate_cc() ) {
10097 // set the hidden expiration date input from the two selects
10198 $( 'input[name="expiration"]' ).val(
Property changes on: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/payflowpro_gateway/forms
___________________________________________________________________
Modified: svn:mergeinfo
10299 Merged /trunk/extensions/DonationInterface/payflowpro_gateway/forms:r101996
Property changes on: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/payflowpro_gateway
___________________________________________________________________
Modified: svn:mergeinfo
103100 Merged /trunk/extensions/DonationInterface/payflowpro_gateway:r101996
Index: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/js/webitects_2_3step.js
@@ -102,9 +102,6 @@
103103 } );
104104
105105 $( "#submitcreditcard" ).click( function() {
106 - // set country to US TODO: make this dynamic
107 - $( 'input[name="country"]' ).val( "US" );
108 -
109106 if ( validate_cc() ) {
110107 // set the hidden expiration date input from the two selects
111108 $( 'input[name="expiration"]' ).val(
Property changes on: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface
___________________________________________________________________
Modified: svn:mergeinfo
112109 Merged /trunk/extensions/DonationInterface:r101996

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101996Un-hardcoding country in rapidhtml cc validationpgehres14:58, 4 November 2011

Status & tagging log