r76321 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76320‎ | r76321 | r76322 >
Date:18:14, 8 November 2010
Author:nimishg
Status:deferred
Tags:
Comment:
changed function call for payflowgatewayconnection
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
@@ -930,7 +930,7 @@
931931 */
932932 function get_owa_ref_id( $ref ) {
933933 // Replication lag means sometimes a new event will not exist in the table yet
934 - $dbw = contributionTrackingConnection();
 934+ $dbw = payflowGatewayConnection();
935935 $id_num = $dbw->selectField(
936936 'contribution_tracking_owa_ref',
937937 'id',

Status & tagging log