Katie Horn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/99442


Change subject: Adding a special form definition for VN. This form will only 
allow USD in VN, until Globalcollect sorts out VND.
......................................................................

Adding a special form definition for VN.
This form will only allow USD in VN, until Globalcollect sorts out
VND.

Change-Id: Ie4f99c4185ca67d3961deb8380d94204b2612ded
---
M DonationInterfaceFormSettings.php
1 file changed, 11 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/42/99442/1

diff --git a/DonationInterfaceFormSettings.php 
b/DonationInterfaceFormSettings.php
index be2c467..49323ec 100644
--- a/DonationInterfaceFormSettings.php
+++ b/DonationInterfaceFormSettings.php
@@ -333,6 +333,17 @@
        'countries' => array('-' => 'VN')
 );
 
+/* Special case for Vietnam while GC is still having problems.
+ * In the meantime: Visa & Mastercard, USD-only.
+ */
+$forms_whitelist['cc-vietnam'] = array (
+       'file' => $form_dirs['gc'] . '/cc/cc-vm.html',
+       'gateway' => 'globalcollect',
+       'payment_methods' => array ( 'cc' => array ( 'visa', 'mc' ) ),
+       'countries' => array ( '+' => 'VN' ),
+       'currencies' => array ( '+' => 'USD' ),
+);
+
 
 /****************************
  * Name and Email-Only Test *

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie4f99c4185ca67d3961deb8380d94204b2612ded
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: fundraising/1.22
Gerrit-Owner: Katie Horn <[email protected]>

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

Reply via email to