jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Ejegg: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Ia4e2690ed7c941e183d1fb21dc03f2c653ece34f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>
Gerrit-Reviewer: AndyRussG <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: Cdentinger <[email protected]>
Gerrit-Reviewer: Eileen <[email protected]>
Gerrit-Reviewer: Ejegg <[email protected]>
Gerrit-Reviewer: Katie Horn <[email protected]>
Gerrit-Reviewer: Pcoombe <[email protected]>
Gerrit-Reviewer: Ssmith <[email protected]>
Gerrit-Reviewer: XenoRyet <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to