Adamw has submitted this change and it was merged.

Change subject: Changes to FormSettings such that transactions being made in 
VND will not go through any GlobalCollect forms.
......................................................................


Changes to FormSettings such that transactions being made in VND will not go 
through any GlobalCollect forms.

Change-Id: I216d3153ed6e6e375d479326ae43dade85cd128a
---
M DonationInterfaceFormSettings.php
1 file changed, 7 insertions(+), 4 deletions(-)

Approvals:
  Adamw: Verified; Looks good to me, approved



diff --git a/DonationInterfaceFormSettings.php 
b/DonationInterfaceFormSettings.php
index 7bcab58..ddf8135 100644
--- a/DonationInterfaceFormSettings.php
+++ b/DonationInterfaceFormSettings.php
@@ -30,7 +30,7 @@
        'file' => $form_dirs['gc'] . '/bt/bt.html',
        'gateway' => 'globalcollect',
        'countries' => array(
-       //      '+' => 'ALL',
+               '-' => 'VN',
        ),
        'currencies' => array(
                '+' => array('AED', 'BGN', 'BHD', 'CAD', 'CLP', 'CZK', 'DKK', 
'EEK', 'EGP', 'EUR', 'HRK',
@@ -132,7 +132,9 @@
 $forms_whitelist['rtbt-ideal-noadd'] = array(
        'file' => $form_dirs['gc'] . '/rtbt/rtbt-ideal-noadd.html',
        'gateway' => 'globalcollect',
-       'payment_methods' => array('rtbt' => 'rtbt_ideal')
+       'payment_methods' => array('rtbt' => 'rtbt_ideal'),
+       'countries' => array( '+' => 'NL' ),
+       'currencies' => array( '+' => 'EUR' ),
 );
 
 
@@ -289,7 +291,7 @@
                                 'MK', 'ML', 'MO', 'MP', 'MR', 'MV', 'MW', 
'MX', 'MZ', 'NA', 'NE', 'NG',
                                 'NI', 'NR', 'PA', 'PE', 'PG', 'PS', 'PW', 
'PY', 'RE', 'RS', 'SB', 'SC',
                                 'SD', 'SM', 'SN', 'SR', 'TD', 'TG', 'TM', 
'TO', 'TP', 'TT', 'TZ', 'UY',
-                                'UZ', 'VA', 'VC', 'VE', 'VI', 'VN', 'VU', 
'YE', 'ZA', 'ZM', 'ZW', )
+                                'UZ', 'VA', 'VC', 'VE', 'VI', 'VU', 'YE', 
'ZA', 'ZM', 'ZW', )
                ),
        ),
 );
@@ -309,7 +311,8 @@
 $forms_whitelist['cc'] = array(
        'file' => $form_dirs['gc'] . '/cc/cc.html',
        'gateway' => 'globalcollect',
-       'payment_methods' => array('cc' => 'ALL')
+       'payment_methods' => array('cc' => 'ALL'),
+       'countries' => array('-' => 'VN')
 );
 
 

-- 
To view, visit https://gerrit.wikimedia.org/r/56340
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I216d3153ed6e6e375d479326ae43dade85cd128a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: fundraising/1.20
Gerrit-Owner: Katie Horn <[email protected]>
Gerrit-Reviewer: Adamw <[email protected]>

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

Reply via email to