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

Revision: 103413
Author:   jpostlethwaite
Date:     2011-11-16 23:33:33 +0000 (Wed, 16 Nov 2011)
Log Message:
-----------
Adding descriptor field for eWallets.

Modified Paths:
--------------
    trunk/extensions/DonationInterface/gateway_common/DonationData.php

Modified: trunk/extensions/DonationInterface/gateway_common/DonationData.php
===================================================================
--- trunk/extensions/DonationInterface/gateway_common/DonationData.php  
2011-11-16 23:32:57 UTC (rev 103412)
+++ trunk/extensions/DonationInterface/gateway_common/DonationData.php  
2011-11-16 23:33:33 UTC (rev 103413)
@@ -87,6 +87,7 @@
                                'gateway' => $wgRequest->getText( 'gateway' ), 
//likely to be reset shortly by setGateway();
                                'owa_session' => $wgRequest->getText( 
'owa_session', null ),
                                'owa_ref' => $wgRequest->getText( 'owa_ref', 
null ),
+                               'descriptor' => $wgRequest->getText( 
'descriptor', null ),
 
                                'account_name' => $wgRequest->getText( 
'account_name', null ),
                                'account_number' => $wgRequest->getText( 
'account_number', null ),


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

Reply via email to