Katie Horn has submitted this change and it was merged.

Change subject: Boletos supported by gatewayformchooser
......................................................................


Boletos supported by gatewayformchooser

Change-Id: Ieecb3815f0bc05d7361685c51dbd49526808058c
---
M DonationInterfaceFormSettings.php
1 file changed, 16 insertions(+), 0 deletions(-)

Approvals:
  Katie Horn: Verified; Looks good to me, approved

Objections:
  jenkins-bot: Fails



diff --git a/DonationInterfaceFormSettings.php 
b/DonationInterfaceFormSettings.php
index c05d5d7..9e4e1e0 100644
--- a/DonationInterfaceFormSettings.php
+++ b/DonationInterfaceFormSettings.php
@@ -404,6 +404,22 @@
        'recurring'
 );
 
+/*************************
+ * Boletos
+ *************************/
+
+$forms_whitelist['boletos'] = array(
+       'file' => $form_dirs['gc'] . '/cash/boletos.html',
+       'gateway' => 'globalcollect',
+       'payment_methods' => array('cash' => 'boleto'),
+       'countries' => array(
+               '+' => array('BR'),
+       ),
+       'currencies' => array(
+               '+' => array('BRL'),
+       ),
+);
+
 
 //Yes: We definitely want to blow away everything that didn't come from this 
file. 
 $wgDonationInterfaceAllowedHtmlForms = $forms_whitelist;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ieecb3815f0bc05d7361685c51dbd49526808058c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: fundraising/1.20
Gerrit-Owner: Katie Horn <kh...@wikimedia.org>
Gerrit-Reviewer: Adamw <awi...@wikimedia.org>
Gerrit-Reviewer: Katie Horn <kh...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to