Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php |
— | — | @@ -930,7 +930,7 @@ |
931 | 931 | */ |
932 | 932 | function get_owa_ref_id( $ref ) { |
933 | 933 | // Replication lag means sometimes a new event will not exist in the table yet |
934 | | - $dbw = contributionTrackingConnection(); |
| 934 | + $dbw = payflowGatewayConnection(); |
935 | 935 | $id_num = $dbw->selectField( |
936 | 936 | 'contribution_tracking_owa_ref', |
937 | 937 | 'id', |