r100459 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100458‎ | r100459 | r100460 >
Date:21:52, 21 October 2011
Author:jpostlethwaite
Status:ok
Tags:
Comment:
Removed check for payment_method == processed. payment_method has been reallocated.
Modified paths:
  • /trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php
@@ -44,7 +44,7 @@
4545
4646 // dispatch forms/handling
4747 if ( $this->adapter->checkTokens() ) {
48 - if ( $this->adapter->posted && $data['payment_method'] == 'processed' ) {
 48+ if ( $this->adapter->posted) {
4949 // The form was submitted and the payment method has been set
5050 $this->adapter->log( "Form posted and payment method set." );
5151 // Check form for errors

Follow-up revisions

RevisionCommit summaryAuthorDate
r101399Redefines the Gateway's idea of what it means to be posted, so we can display...khorn20:08, 31 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100456Reallocating fields in forms: payment_method. Adding fields: payment_submetho...jpostlethwaite21:42, 21 October 2011

Status & tagging log