Ejegg has uploaded a new change for review.

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

Change subject: Update gateway enablement globals
......................................................................

Update gateway enablement globals

To go with I02bfbf7d46ef9946aae97

Change-Id: Id094705beabe722881cd70b12d8f93e0e2797c92
---
M puppet/modules/payments/manifests/donation_interface.pp
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/05/214505/1

diff --git a/puppet/modules/payments/manifests/donation_interface.pp 
b/puppet/modules/payments/manifests/donation_interface.pp
index fe52752..d06a4af 100644
--- a/puppet/modules/payments/manifests/donation_interface.pp
+++ b/puppet/modules/payments/manifests/donation_interface.pp
@@ -7,11 +7,11 @@
 
   mediawiki::extension { 'payments:DonationInterface':
     settings     => {
-      wgDonationInterfaceEnableAdyen         => true,
-      wgDonationInterfaceEnableAmazon        => true,
+      wgDonationInterfaceAdyenGatewayEnabled         => true,
+      wgDonationInterfaceAmazonGatewayEnabled        => true,
+      wgDonationInterfaceGlobalCollectGatewayEnabled => true,
+      wgDonationInterfacePaypalGatewayEnabled        => true,
       wgDonationInterfaceEnableFormChooser   => true,
-      wgDonationInterfaceEnableGlobalCollect => true,
-      wgDonationInterfaceEnablePaypal        => true,
       wgDonationInterfaceEnableQueue         => true,
       wgDonationInterfaceEnableStomp         => true,
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id094705beabe722881cd70b12d8f93e0e2797c92
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Ejegg <eeggles...@wikimedia.org>

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

Reply via email to