Mwalker has submitted this change and it was merged.

Change subject: Add Belgium to countries supported by WorldPay
......................................................................


Add Belgium to countries supported by WorldPay

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

Approvals:
  Ssmith: Looks good to me, approved
  Mwalker: Verified; Looks good to me, approved



diff --git a/DonationInterfaceFormSettings.php 
b/DonationInterfaceFormSettings.php
index f53c0db..ab1c7a2 100644
--- a/DonationInterfaceFormSettings.php
+++ b/DonationInterfaceFormSettings.php
@@ -486,12 +486,12 @@
 /**********
  * WorldPay *
  **********/
-// This is at the bottom so that we prefer GC over adyen
+// This is at the bottom so that we prefer GC over WorldPay
 if ( $wgDonationInterfaceEnableWorldPay === true ) {
        $forms_whitelist['worldpay'] = array(
                'file' => $form_dirs['worldpay'] . '/worldpay.html',
                'gateway' => 'worldpay',
-               'countries' => array( '+' => array( 'US', 'FR' ) ),
+               'countries' => array( '+' => array( 'BE', 'FR', 'US' ) ),
                'currencies' => array( '+' => 'ALL' ),
                'payment_methods' => array( 'cc' => 'ALL' ),
                'selection_weight' => 0

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I277f79cc0b5b5771968f958f47feba807e20064c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: fundraising/REL1_22
Gerrit-Owner: Adamw <awi...@wikimedia.org>
Gerrit-Reviewer: Katie Horn <kh...@wikimedia.org>
Gerrit-Reviewer: Mwalker <mwal...@wikimedia.org>
Gerrit-Reviewer: Ssmith <ssm...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to