Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php |
— | — | @@ -199,12 +199,12 @@ |
200 | 200 | global $wgOut; |
201 | 201 | |
202 | 202 | // save contrib tracking id early to track abondonment |
203 | | - if ( $data[ 'numAttempt' ] == '0' ) { |
| 203 | + /*if ( $data[ 'numAttempt' ] == '0' ) { |
204 | 204 | if ( !$tracked = $this->fnPayflowSaveContributionTracking( $data ) ) { |
205 | 205 | $when = time(); |
206 | 206 | wfDebugLog( 'payflowpro_gateway', 'Unable to save data to the contribution_tracking table ' . $when ); |
207 | 207 | } |
208 | | - } |
| 208 | + }*/ |
209 | 209 | |
210 | 210 | $form_class = $this->getFormClass(); |
211 | 211 | $form_obj = new $form_class( $data, $error ); |