r102022 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102021‎ | r102022 | r102023 >
Date:18:31, 4 November 2011
Author:awjrichards
Status:deferred
Tags:
Comment:
MFT r101947 ONLY for gateway_common/DonationData.php
Modified paths:
  • /branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/gateway_common/DonationData.php (modified) (history)

Diff [purge]

Index: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/gateway_common/DonationData.php
@@ -57,7 +57,7 @@
5858 'card_type' => $wgRequest->getText( 'card_type' ),
5959 'expiration' => $wgRequest->getText( 'mos' ) . substr( $wgRequest->getText( 'year' ), 2, 2 ),
6060 'cvv' => $wgRequest->getText( 'cvv' ),
61 - 'currency' => $wgRequest->getText( 'currency_code', 'USD' ),
 61+ 'currency' => $wgRequest->getVal( 'currency_code' ),
6262 'payment_method' => $wgRequest->getText( 'payment_method', 'cc' ),
6363 'payment_submethod' => $wgRequest->getText( 'payment_submethod', null ), // Used by GlobalCollect for payment types
6464 'issuer_id' => $wgRequest->getText( 'issuer_id' ),
Property changes on: branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/gateway_common/DonationData.php
___________________________________________________________________
Added: svn:mergeinfo
6565 Merged /trunk/extensions/DonationInterface/gateway_common/DonationData.php:r75657-77440,77442-79147,79149-79286,79288-79296,79298-79299,79301-79303,79305-86440,92825,96120-96121,96125,97945-99042,99045-99408,99503,99555,99568,99570-101026,101056,101071-101072,101074,101099,101109,101112,101163,101180,101192,101200,101205,101207,101217,101230,101232,101236,101382,101399,101441,101501-101504,101512,101541,101547,101549,101554-101555,101559,101563,101576,101578-101579,101631,101633,101638,101669,101676,101679,101689,101700,101706,101719,101740,101747,101757,101764,101778-101779,101781,101786-101789,101798,101846,101852,101878,101917,101929,101947,101962,101996,102003,102011-102012
6666 Merged /branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/gateway_common/DonationData.php:r99568

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101947adding separate currency support for different gateways, adding support for p...kaldari02:10, 4 November 2011

Status & tagging log