r106366 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106365‎ | r106366 | r106367 >
Date:20:51, 15 December 2011
Author:khorn
Status:deferred
Tags:fundraising 
Comment:
Removing commented-out lines referencing TwoStepAmount
Modified paths:
  • /trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php
@@ -591,7 +591,6 @@
592592 'label' => 'Bank transfer',
593593 'types' => array( 'bt', ),
594594 'validation' => array( 'creditCard' => false, )
595 - //'forms' => array( 'Gateway_Form_TwoStepAmount', ),
596595 );
597596
598597 // Credit Cards
@@ -605,7 +604,6 @@
606605 'label' => 'Direct Debit',
607606 'types' => array( 'dd_at', 'dd_be', 'dd_ch', 'dd_de', 'dd_es','dd_fr', 'dd_gb', 'dd_it', 'dd_nl', ),
608607 'validation' => array( 'creditCard' => false, )
609 - //'forms' => array( 'Gateway_Form_TwoStepAmount', ),
610608 );
611609
612610 // eWallets
@@ -613,7 +611,6 @@
614612 'label' => 'eWallets',
615613 'types' => array( 'ew_cashu', 'ew_moneybookers', 'ew_paypal', 'ew_webmoney', ),
616614 'validation' => array( 'address' => false, 'creditCard' => false, )
617 - //'forms' => array( 'Gateway_Form_TwoStepAmount', ),
618615 );
619616
620617 // Bank Transfers
@@ -621,7 +618,6 @@
622619 'label' => 'Online bank transfer',
623620 'types' => array( 'bpay', ),
624621 'validation' => array( 'creditCard' => false, )
625 - //'forms' => array( 'Gateway_Form_TwoStepAmount', ),
626622 );
627623
628624 // Real Time Bank Transfers

Follow-up revisions

RevisionCommit summaryAuthorDate
r112287MFT r101785, r105938, r105941, r105953, r106109, r106158, r106259, r106366, r...khorn01:29, 24 February 2012

Status & tagging log