r83248 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83247‎ | r83248 | r83249 >
Date:22:16, 4 March 2011
Author:awjrichards
Status:deferred
Tags:
Comment:
Added i_order_id field to one overlooked debug log statement
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
@@ -113,7 +113,7 @@
114114 if ( $wgRequest->wasPosted() && $wgRequest->getText( 'process', 0 )) {
115115 self::log( $payflow_data[ 'order_id' ] . " Transaction initiated." );
116116 } else {
117 - self::log( $payflow_data[ 'order_id' ] . " Initial credit card form request.", 'payflowpro_gateway', LOG_DEBUG );
 117+ self::log( $payflow_data[ 'order_id' ] . " " . $payflow_data[ 'i_order_id' ] . " Initial credit card form request.", 'payflowpro_gateway', LOG_DEBUG );
118118 }
119119
120120 // if _cache_ is requested by the user, do not set a session/token; dynamic data will be loaded via ajax

Status & tagging log