Katie Horn has submitted this change and it was merged.

Change subject: Direct Debit forms for GatewayFormChooser
......................................................................


Direct Debit forms for GatewayFormChooser

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



diff --git a/DonationInterfaceFormSettings.php 
b/DonationInterfaceFormSettings.php
index d1528d3..d8bbeab 100644
--- a/DonationInterfaceFormSettings.php
+++ b/DonationInterfaceFormSettings.php
@@ -43,15 +43,14 @@
 /****************
  * Direct Debit *
  ****************/
-/*
-$forms_whitelist['dd-ES'] = array(
-       'file' => $form_dirs['gc'] . '/dd/dd-ES.html',
+$forms_whitelist['dd'] = array(
+       'file' => $form_dirs['gc'] . '/dd/dd.html',
        'gateway' => 'globalcollect',
        'countries' => array(
-               '+' => 'ES',
+               '+' => array('AT', 'BE', 'DE', 'ES', 'IT', 'NL'),
        ),
        'payment_methods' => array('dd' => 'ALL')
-); */
+);
 
 
 /*********************

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

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

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

Reply via email to