Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php |
— | — | @@ -535,7 +535,7 @@ |
536 | 536 | * include in string (i.e. Vendor, password) |
537 | 537 | */ |
538 | 538 | private function fnPayflowProcessTransaction( $data, $payflow_data ) { |
539 | | - global $wgOut; |
| 539 | + global $wgOut, $wgDonationTestingMode; |
540 | 540 | |
541 | 541 | // create payflow query string, include string lengths |
542 | 542 | $queryArray = array( |