r74756 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74755‎ | r74756 | r74757 >
Date:00:49, 14 October 2010
Author:awjrichards
Status:deferred
Tags:
Comment:
Disabled legacy contribution_tracking insert on initial form load (handled now via AJAX)
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
@@ -199,12 +199,12 @@
200200 global $wgOut;
201201
202202 // save contrib tracking id early to track abondonment
203 - if ( $data[ 'numAttempt' ] == '0' ) {
 203+ /*if ( $data[ 'numAttempt' ] == '0' ) {
204204 if ( !$tracked = $this->fnPayflowSaveContributionTracking( $data ) ) {
205205 $when = time();
206206 wfDebugLog( 'payflowpro_gateway', 'Unable to save data to the contribution_tracking table ' . $when );
207207 }
208 - }
 208+ }*/
209209
210210 $form_class = $this->getFormClass();
211211 $form_obj = new $form_class( $data, $error );

Status & tagging log