Mwalker has submitted this change and it was merged.

Change subject: (FR #823) bt does not need special forms for AVS
......................................................................


(FR #823) bt does not need special forms for AVS

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

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

Objections:
  jenkins-bot: Fails



diff --git a/DonationInterfaceFormSettings.php 
b/DonationInterfaceFormSettings.php
index 9e4e1e0..d1528d3 100644
--- a/DonationInterfaceFormSettings.php
+++ b/DonationInterfaceFormSettings.php
@@ -30,30 +30,11 @@
        'gateway' => 'globalcollect',
        'countries' => array(
        //      '+' => 'ALL',
-               '-' => array('CA','US'),
        ),
        'currencies' => array(
-               '+' => array('AED', 'BGN', 'BHD', 'CLP', 'CZK', 'DKK', 'EEK', 
'EGP', 'EUR', 'HRK',
+               '+' => array('AED', 'BGN', 'BHD', 'CAD', 'CLP', 'CZK', 'DKK', 
'EEK', 'EGP', 'EUR', 'HRK',
                                         'HUF', 'IDR', 'JPY', 'LBP', 'MXN', 
'MYR', 'NOK', 'NZD', 'PEN', 'PLN',
                                         'QAR', 'RON', 'RUB', 'SEK', 'THB', 
'TRY', 'TWD', 'USD', 'ZAR'),
-       ),
-       'payment_methods' => array('bt' => 'ALL')
-);
-
-$forms_whitelist['bt-CA'] = array(
-       'file' => $form_dirs['gc'] . '/bt/bt-CA.html',
-       'gateway' => 'globalcollect',
-       'countries' => array(
-               '+' => 'CA',
-       ),
-       'payment_methods' => array('bt' => 'ALL')
-);
-
-$forms_whitelist['bt-US'] = array(
-       'file' => $form_dirs['gc'] . '/bt/bt-US.html',
-       'gateway' => 'globalcollect',
-       'countries' => array(
-               '+' => 'US',
        ),
        'payment_methods' => array('bt' => 'ALL')
 );
@@ -428,4 +409,4 @@
 unset( $forms_whitelist );
 unset( $form_dirs );
 unset( $wgGlobalCollectGatewayAllowedHtmlForms );
-unset( $wgPayflowProGatewayAllowedHtmlForms );
\ No newline at end of file
+unset( $wgPayflowProGatewayAllowedHtmlForms );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4c8714fe0024855651851a1e37be4a8209505e73
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: fundraising/1.20
Gerrit-Owner: Adamw <awi...@wikimedia.org>
Gerrit-Reviewer: Mwalker <mwal...@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