Ejegg has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/402404 )

Change subject: WIP donationInterface settings update
......................................................................

WIP donationInterface settings update

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/04/402404/1

diff --git a/puppet/modules/payments/manifests/donation_interface.pp 
b/puppet/modules/payments/manifests/donation_interface.pp
index ba5009f..d851b7a 100644
--- a/puppet/modules/payments/manifests/donation_interface.pp
+++ b/puppet/modules/payments/manifests/donation_interface.pp
@@ -6,10 +6,12 @@
   mediawiki::extension { 'payments:DonationInterface':
     settings     => {
       wgGlobalCollectGatewayEnabled             => true,
+      wgIngenicoGatewayEnabled                  => true,
       wgAdyenGatewayEnabled                     => true,
       wgAmazonGatewayEnabled                    => true,
       wgAstroPayGatewayEnabled                  => true,
       wgPaypalGatewayEnabled                    => true,
+      wgPaypalExpressGatewayEnabled             => true,
       wgDonationInterfaceEnableFormChooser      => true,
       wgDonationInterfaceEnableBannerHistoryLog => true,
       wgDonationInterfaceEnableQueue            => true,
@@ -43,23 +45,6 @@
 
       wgDonationInterfaceUseSyslog              => true,
 
-      wgDonationInterfaceDefaultQueueServer     => {
-        'type'    => 'PHPQueue\Backend\Predis',
-        'servers' => 'tcp://localhost',
-      },
-
-      wgDonationInterfaceQueues                 => {
-        'complete' => {
-          'queue' => 'donations',
-        },
-      },
-
-      wgDonationInterfaceOrphanCron             => {
-        'enable'                       => true,
-        'max_per_execute'              => '',
-        'override_command_line_params' => true,
-        'target_execute_time'          => 300,
-      },
     },
     needs_update => true,
     require      => [

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id9b41d6c658cbc84315717f157e8902aa6b01b98
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Ejegg <ej...@ejegg.com>

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

Reply via email to