20after4 has submitted this change and it was merged.
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(-)
Approvals:
BryanDavis: Looks good to me, but someone else must approve
20after4: Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: I6bf221bd8284a8240681f62c3242d61a7a9a5022
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>
Gerrit-Reviewer: 20after4 <[email protected]>
Gerrit-Reviewer: AndyRussG <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: Ejegg <[email protected]>
Gerrit-Reviewer: Katie Horn <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: Ssmith <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits