r58555 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58554‎ | r58555 | r58556 >
Date:18:46, 4 November 2009
Author:tomasz
Status:ok
Tags:
Comment:
Pulling in r58554
Modified paths:
  • /branches/wmf-deployment/extensions/DonationInterface (modified) (history)
  • /branches/wmf-deployment/extensions/DonationInterface/donate_interface (modified) (history)
  • /branches/wmf-deployment/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php
@@ -438,7 +438,8 @@
439439 $headers[] = 'X-VPS-Request-ID:' . $payflow_data['order_id'];
440440
441441 $ch = curl_init();
442 - curl_setopt( $ch, CURLOPT_URL, $payflow_data['testingurl'] );
 442+ $paypalPostTo = isset ( $wgDonationTestingMode ) ? 'testing' : 'paypal';
 443+ curl_setopt( $ch, CURLOPT_URL, $payflow_data[ $paypalPostTo ] );
443444 curl_setopt( $ch, CURLOPT_HTTPHEADER, $headers );
444445 curl_setopt( $ch, CURLOPT_USERAGENT, $user_agent );
445446 curl_setopt( $ch, CURLOPT_HEADER, 1 );
Property changes on: branches/wmf-deployment/extensions/DonationInterface/donate_interface
___________________________________________________________________
Name: svn:mergeinfo
446447 - /branches/REL1_15/phase3/extensions/DonationInterface/donate_interface:51646
/trunk/extensions/DonationInterface/donate_interface:56207,56209,56296,56333,56355,58532,58544-58545
/trunk/phase3/extensions/DonationInterface/donate_interface:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447
447448 + /branches/REL1_15/phase3/extensions/DonationInterface/donate_interface:51646
/trunk/extensions/DonationInterface/donate_interface:56207,56209,56296,56333,56355,58532,58544-58545,58554
/trunk/phase3/extensions/DonationInterface/donate_interface:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447
Property changes on: branches/wmf-deployment/extensions/DonationInterface
___________________________________________________________________
Name: svn:mergeinfo
448449 - /branches/REL1_15/phase3/extensions/DonationInterface:51646
/trunk/extensions/DonationInterface:56207,56209,56296,56333,56355,58544-58545
/trunk/phase3/extensions/DonationInterface:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447
449450 + /branches/REL1_15/phase3/extensions/DonationInterface:51646
/trunk/extensions/DonationInterface:56207,56209,56296,56333,56355,58544-58545,58554
/trunk/phase3/extensions/DonationInterface:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r58554Adding toggle for testing modetomasz18:40, 4 November 2009

Status & tagging log