Index: trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php |
— | — | @@ -1176,7 +1176,7 @@ |
1177 | 1177 | //we didn't do the check, because we're going to fail the thing. |
1178 | 1178 | $final = $this->do_transaction( 'CANCEL_PAYMENT' ); |
1179 | 1179 | if ( isset( $final['status'] ) && $final['status'] === true ) { |
1180 | | - $this->setTransactionWMFStatus( $order_status_results ); |
| 1180 | + $this->setTransactionWMFStatus( 'failed' ); |
1181 | 1181 | $this->unsetAllSessionData(); |
1182 | 1182 | } else { |
1183 | 1183 | $problemflag = true; |