r104100 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104099‎ | r104100 | r104101 >
Date:23:18, 23 November 2011
Author:khorn
Status:ok
Tags:
Comment:
Modified paths:
  • /branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php (modified) (history)

Diff [purge]

Index: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php
@@ -1176,7 +1176,7 @@
11771177 //we didn't do the check, because we're going to fail the thing.
11781178 $final = $this->do_transaction( 'CANCEL_PAYMENT' );
11791179 if ( isset( $final['status'] ) && $final['status'] === true ) {
1180 - $this->setTransactionWMFStatus( $order_status_results );
 1180+ $this->setTransactionWMFStatus( 'failed' );
11811181 $this->unsetAllSessionData();
11821182 } else {
11831183 $problemflag = true;
Property changes on: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php
___________________________________________________________________
Modified: svn:mergeinfo
11841184 Merged /trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php:r104098

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r104098Dumb error of mine from r102332 - setWMFStatus should always be set to one of...khorn23:06, 23 November 2011

Status & tagging log