Awight has uploaded a new change for review.

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

Change subject: Disable DonationInterface test mode
......................................................................

Disable DonationInterface test mode

It breaks things.

Change-Id: I6bf221bd8284a8240681f62c3242d61a7a9a5022
TODO: Create mock gateways during the Lyon hackathon.
---
M puppet/modules/payments/manifests/donation_interface.pp
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/55/208855/1

diff --git a/puppet/modules/payments/manifests/donation_interface.pp 
b/puppet/modules/payments/manifests/donation_interface.pp
index c9b1280..835b020 100644
--- a/puppet/modules/payments/manifests/donation_interface.pp
+++ b/puppet/modules/payments/manifests/donation_interface.pp
@@ -18,7 +18,9 @@
       wgDonationInterfaceEnablePaypal        => true,
       wgDonationInterfaceEnableQueue         => true,
       wgDonationInterfaceEnableStomp         => true,
-      wgDonationInterfaceTestMode            => true,
+
+      # FIXME: Causes failure to run GlobalCollect, cos donation.api.php will 
rely on a test class.
+      wgDonationInterfaceTestMode            => false,
 
       # TODO: the following cruft is brought to u by a forward reference snafu.
       # Better if DonationInterfaceFormSettings would use relative paths?

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6bf221bd8284a8240681f62c3242d61a7a9a5022
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>

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

Reply via email to