r59240 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59239‎ | r59240 | r59241 >
Date:10:51, 19 November 2009
Author:tomasz
Status:deferred
Tags:
Comment:
adding missing global for testing
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
@@ -535,7 +535,7 @@
536536 * include in string (i.e. Vendor, password)
537537 */
538538 private function fnPayflowProcessTransaction( $data, $payflow_data ) {
539 - global $wgOut;
 539+ global $wgOut, $wgDonationTestingMode;
540540
541541 // create payflow query string, include string lengths
542542 $queryArray = array(

Status & tagging log