Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php |
— | — | @@ -113,7 +113,7 @@ |
114 | 114 | if ( $wgRequest->wasPosted() && $wgRequest->getText( 'process', 0 )) { |
115 | 115 | self::log( $payflow_data[ 'order_id' ] . " Transaction initiated." ); |
116 | 116 | } 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 ); |
118 | 118 | } |
119 | 119 | |
120 | 120 | // if _cache_ is requested by the user, do not set a session/token; dynamic data will be loaded via ajax |