https://www.mediawiki.org/wiki/Special:Code/MediaWiki/102022

Revision: 102022
Author:   awjrichards
Date:     2011-11-04 18:31:30 +0000 (Fri, 04 Nov 2011)
Log Message:
-----------
MFT r101947 ONLY for gateway_common/DonationData.php

Modified Paths:
--------------
    
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/gateway_common/DonationData.php

Property Changed:
----------------
    
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/gateway_common/DonationData.php

Modified: 
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/gateway_common/DonationData.php
===================================================================
--- 
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/gateway_common/DonationData.php
  2011-11-04 18:31:22 UTC (rev 102021)
+++ 
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/gateway_common/DonationData.php
  2011-11-04 18:31:30 UTC (rev 102022)
@@ -57,7 +57,7 @@
                                'card_type' => $wgRequest->getText( 'card_type' 
),
                                'expiration' => $wgRequest->getText( 'mos' ) . 
substr( $wgRequest->getText( 'year' ), 2, 2 ),
                                'cvv' => $wgRequest->getText( 'cvv' ),
-                               'currency' => $wgRequest->getText( 
'currency_code', 'USD' ),
+                               'currency' => $wgRequest->getVal( 
'currency_code' ),
                                'payment_method' => $wgRequest->getText( 
'payment_method', 'cc' ),
                                'payment_submethod' => $wgRequest->getText( 
'payment_submethod', null ), // Used by GlobalCollect for payment types
                                'issuer_id' => $wgRequest->getText( 'issuer_id' 
),


Property changes on: 
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/gateway_common/DonationData.php
___________________________________________________________________
Added: svn:mergeinfo
   + 
/branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/gateway_common/DonationData.php:99568
/trunk/extensions/DonationInterface/gateway_common/DonationData.php:75657-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


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to