https://www.mediawiki.org/wiki/Special:Code/MediaWiki/106366

Revision: 106366
Author:   khorn
Date:     2011-12-15 20:51:00 +0000 (Thu, 15 Dec 2011)
Log Message:
-----------
Removing commented-out lines referencing TwoStepAmount

Modified Paths:
--------------
    
trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php

Modified: 
trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php
===================================================================
--- 
trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php
  2011-12-15 20:43:58 UTC (rev 106365)
+++ 
trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php
  2011-12-15 20:51:00 UTC (rev 106366)
@@ -591,7 +591,6 @@
                        'label' => 'Bank transfer',
                        'types' => array( 'bt', ),
                        'validation' => array( 'creditCard' => false, )
-                       //'forms'       => array( 'Gateway_Form_TwoStepAmount', 
),
                );
                
                // Credit Cards
@@ -605,7 +604,6 @@
                        'label' => 'Direct Debit',
                        'types' => array( 'dd_at', 'dd_be', 'dd_ch', 'dd_de', 
'dd_es','dd_fr', 'dd_gb', 'dd_it', 'dd_nl', ),
                        'validation' => array( 'creditCard' => false, )
-                       //'forms'       => array( 'Gateway_Form_TwoStepAmount', 
),
                );
                
                // eWallets
@@ -613,7 +611,6 @@
                        'label' => 'eWallets',
                        'types' => array( 'ew_cashu', 'ew_moneybookers', 
'ew_paypal', 'ew_webmoney', ),
                        'validation' => array( 'address' => false, 'creditCard' 
=> false, )
-                       //'forms'       => array( 'Gateway_Form_TwoStepAmount', 
),
                );
                
                // Bank Transfers
@@ -621,7 +618,6 @@
                        'label' => 'Online bank transfer',
                        'types' => array( 'bpay', ),
                        'validation' => array( 'creditCard' => false, )
-                       //'forms'       => array( 'Gateway_Form_TwoStepAmount', 
),
                );
                
                // Real Time Bank Transfers


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to