Katie Horn has uploaded a new change for review.
https://gerrit.wikimedia.org/r/176854
Change subject: WP country add
......................................................................
WP country add
Change-Id: I91a27dbe35193ecfae108522c1a75f86a6f3fb7b
---
M DonationInterfaceFormSettings.php
1 file changed, 4 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/54/176854/1
diff --git a/DonationInterfaceFormSettings.php
b/DonationInterfaceFormSettings.php
index 3b81ed8..e3be2dc 100644
--- a/DonationInterfaceFormSettings.php
+++ b/DonationInterfaceFormSettings.php
@@ -488,7 +488,7 @@
$forms_whitelist['worldpay'] = array(
'file' => $form_dirs['worldpay'] . '/worldpay.html',
'gateway' => 'worldpay',
- 'countries' => array( '+' => array( 'BE', 'FR', 'US' ) ),
+ 'countries' => array( '+' => array( 'AU', 'BE', 'CA', 'FR',
'GB', 'NZ', 'US' ) ),
'currencies' => array( '+' => 'ALL' ),
'payment_methods' => array( 'cc' => 'ALL' ),
'selection_weight' => 10
@@ -503,6 +503,9 @@
'selection_weight' => 0,
) + $forms_whitelist['worldpay'];
+ //until we are ready for US testing with the other test forms, we have
to limit to the old list.
+ $worldpay_test_spec['countries'] = array( '+' => array( 'BE', 'FR',
'US' ) );
+
$forms_whitelist['wp-sn'] = $worldpay_test_spec;
$forms_whitelist['wp-sw'] = $worldpay_test_spec;
$forms_whitelist['wp-fud'] = $worldpay_test_spec;
--
To view, visit https://gerrit.wikimedia.org/r/176854
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I91a27dbe35193ecfae108522c1a75f86a6f3fb7b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: fundraising/REL1_23
Gerrit-Owner: Katie Horn <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits