r102012 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102011‎ | r102012 | r102013 >
Date:17:18, 4 November 2011
Author:khorn
Status:ok
Tags:
Comment:
Last commit did some unnecessary stuff. Undoing.
r102011
Modified paths:
  • /trunk/extensions/DonationInterface/gateway_common/donation.api.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/gateway_common/donation.api.php
@@ -32,8 +32,6 @@
3333 }
3434 } else if ( $this->gateway == 'globalcollect' ) {
3535 $gatewayObj = new GlobalCollectAdapter();
36 - //I have NO IDEA how this worked before you were explicitly adding the data here.
37 - $gatewayObj->addData( $this->donationData );
3836 switch ( $method ) {
3937 // TODO: add other payment methods
4038 case 'cc':

Follow-up revisions

RevisionCommit summaryAuthorDate
r102020MFT r102011, r102012awjrichards18:13, 4 November 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102011The currency code was not being received all the way, from an api transaction...khorn17:11, 4 November 2011

Status & tagging log