Awight has uploaded a new change for review.

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

Change subject: Correct typo in Adyen form chooser settings
......................................................................

Correct typo in Adyen form chooser settings

This allows us to use IL and other new countries.

Change-Id: Ia4e2690ed7c941e183d1fb21dc03f2c653ece34f
---
M DonationInterfaceFormSettings.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DonationInterface 
refs/changes/86/292386/1

diff --git a/DonationInterfaceFormSettings.php 
b/DonationInterfaceFormSettings.php
index f55e6f9..8f31231 100644
--- a/DonationInterfaceFormSettings.php
+++ b/DonationInterfaceFormSettings.php
@@ -599,8 +599,8 @@
 $forms_whitelist['adyen'] = array(
        'file' => __DIR__ . '/gateway_forms/mustache/index.html.mustache',
        'gateway' => 'adyen',
-       'countries' => array( '+' => 'FR', 'IL', 'JP', 'UA', 'US', ),
-       'currencies' => array( '+' => 'EUR', 'ILS', 'JPY', 'UAH', 'USD', ),
+       'countries' => array( '+' => array( 'FR', 'IL', 'JP', 'UA', 'US', ), ),
+       'currencies' => array( '+' => array( 'EUR', 'ILS', 'JPY', 'UAH', 'USD', 
), ),
        'payment_methods' => array(
                'cc' => array( 'visa', 'mc', 'amex', 'discover', 'cb', 'jcb', ),
        ),

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia4e2690ed7c941e183d1fb21dc03f2c653ece34f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>

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

Reply via email to