r102682 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102681‎ | r102682 | r102683 >
Date:20:24, 10 November 2011
Author:jpostlethwaite
Status:ok
Tags:fundraising 
Comment:
Removed post process hooks to disable stomp messages for not credit card type payments.
Modified paths:
  • /trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php
@@ -1634,12 +1634,6 @@
16351635 }
16361636 }
16371637
1638 - protected function post_process_insert_orderwithpayment(){
1639 - if ( $this->getData_Raw( 'payment_method' ) != 'cc' ){
1640 - $this->runPostProcessHooks();
1641 - }
1642 - }
1643 -
16441638 /**
16451639 * getCVVResult is intended to be used by the functions filter, to
16461640 * determine if we want to fail the transaction ourselves or not.

Follow-up revisions

RevisionCommit summaryAuthorDate
r103119MFT r102682, long lost and forgottenawjrichards01:41, 15 November 2011

Status & tagging log