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

Revision: 102012
Author:   khorn
Date:     2011-11-04 17:18:09 +0000 (Fri, 04 Nov 2011)
Log Message:
-----------
Last commit did some unnecessary stuff. Undoing. 
r102011

Modified Paths:
--------------
    trunk/extensions/DonationInterface/gateway_common/donation.api.php

Modified: trunk/extensions/DonationInterface/gateway_common/donation.api.php
===================================================================
--- trunk/extensions/DonationInterface/gateway_common/donation.api.php  
2011-11-04 17:11:46 UTC (rev 102011)
+++ trunk/extensions/DonationInterface/gateway_common/donation.api.php  
2011-11-04 17:18:09 UTC (rev 102012)
@@ -32,8 +32,6 @@
                        }
                } else if ( $this->gateway == 'globalcollect' ) {
                        $gatewayObj = new GlobalCollectAdapter();
-                       //I have NO IDEA how this worked before you were 
explicitly adding the data here. 
-                       $gatewayObj->addData( $this->donationData );
                        switch ( $method ) {
                                // TODO: add other payment methods
                                case 'cc':


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

Reply via email to