Adamw has uploaded a new change for review.

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


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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/71/52071/1

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: newchange
Gerrit-Change-Id: I3cfc2ae9d059d820e2a702d6806142886fbbf62b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: fundraising/1.20
Gerrit-Owner: Adamw <[email protected]>

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

Reply via email to