http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100726

Revision: 100726
Author:   jpostlethwaite
Date:     2011-10-25 18:45:01 +0000 (Tue, 25 Oct 2011)
Log Message:
-----------
Adding issuer_id for real time banking.

Modified Paths:
--------------
    
trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php

Modified: 
trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php
===================================================================
--- 
trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php
  2011-10-25 18:43:35 UTC (rev 100725)
+++ 
trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php
  2011-10-25 18:45:01 UTC (rev 100726)
@@ -31,6 +31,7 @@
                        'RETURNURL' => 'returnto', //TODO: Fund out where the 
returnto URL is supposed to be coming from. 
                        'IPADDRESS' => 'user_ip', //TODO: Not sure if this 
should be OUR ip, or the user's ip. Hurm.
                        'PAYMENTPRODUCTID' => 'card_type',
+                       'ISSUERID' => 'issuer_id',
                        'CVV' => 'cvv',
                        'EXPIRYDATE' => 'expiration',
                        'CREDITCARDNUMBER' => 'card_num',
@@ -653,7 +654,7 @@
                        case 'rtbt_ideal':
                                $this->postdata['payment_product'] = 809;
                                $this->var_map['PAYMENTPRODUCTID'] = 
'payment_product';
-                               $this->var_map['ISSUERID'] = 'issuer';
+                               $this->var_map['ISSUERID'] = 'issuer_id';
                                break;
                        
                        case 'rtbt_enets':
@@ -669,7 +670,7 @@
                        case 'rtbt_eps':
                                $this->postdata['payment_product'] = 856;
                                $this->var_map['PAYMENTPRODUCTID'] = 
'payment_product';
-                               //$this->var_map['ISSUERID'] = 'issuer';
+                               $this->var_map['ISSUERID'] = 'issuer_id';
                                break;
                }
        }


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

Reply via email to