r100866 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100865‎ | r100866 | r100867 >
Date:20:42, 26 October 2011
Author:jpostlethwaite
Status:ok
Tags:fundraising 
Comment:
Removed commented code from gateway adapter, see r100660.
Modified paths:
  • /trunk/extensions/DonationInterface/gateway_common/gateway.adapter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/gateway_common/gateway.adapter.php
@@ -183,11 +183,6 @@
184184 $this->defineAccountInfo();
185185 $this->defineReturnValueMap();
186186
187 - //Don't bother setting the transaction type if it's not something.
188 -// if ( $this->dataObj->isSomething( 'payment_method' ) ) {
189 -// $this->currentTransaction('INSERT_ORDERWITHPAYMENT');
190 -// }
191 -
192187 $this->displaydata = $this->postdata;
193188 $this->stageData();
194189 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100660Gateway-specific anything does not belong in the abstract parent class....khorn22:51, 24 October 2011

Status & tagging log