Ejegg has uploaded a new change for review.

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

Change subject: Remove unused ewallets from whitelist
......................................................................

Remove unused ewallets from whitelist

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/86/183886/1

diff --git a/DonationInterfaceFormSettings.php 
b/DonationInterfaceFormSettings.php
index 861965f..c94ccb5 100644
--- a/DonationInterfaceFormSettings.php
+++ b/DonationInterfaceFormSettings.php
@@ -83,22 +83,6 @@
  * Electronic Wallet *
  *********************/
 
-$forms_whitelist['ew-webmoney'] = array(
-       'file' => $form_dirs['gc'] . '/ew/ew-webmoney.html',
-       'gateway' => 'globalcollect',
-       'payment_methods' => array('ew' => 'ew_webmoney'),
-       'countries' => array( '+' => array( 'FI', 'RU' ), ),
-       'currencies' => array( '+' => array( 'EUR', 'RUB' ), ),
-);
-
-$forms_whitelist['ew-yandex'] = array(
-       'file' => $form_dirs['gc'] . '/ew/ew-yandex.html',
-       'gateway' => 'globalcollect',
-       'payment_methods' => array('ew' => 'ew_yandex'),
-       'countries' => array( '+' => array( 'RU', ), ),
-       'currencies' => array( '+' => array( 'RUB', ), ),
-);
-
 $forms_whitelist['ew-alipay'] = array(
        'file' => $form_dirs['gc'] . '/ew/ew-alipay.html',
        'gateway' => 'globalcollect',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0360ea5e426239b9edb3630defbb35d81efb87cb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: fundraising/REL1_23
Gerrit-Owner: Ejegg <[email protected]>

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

Reply via email to