jenkins-bot has submitted this change and it was merged.
Change subject: Stop sending realtime Direct Debit messages to civi.
......................................................................
Stop sending realtime Direct Debit messages to civi.
This is screwing up reporting by taking all attempts seriously.
Change-Id: Ia838a1da3cba7ca7b10edd01c23121176e140a5e
---
M globalcollect_gateway/globalcollect.adapter.php
1 file changed, 0 insertions(+), 1 deletion(-)
Approvals:
Awight: Looks good to me, approved
jenkins-bot: Verified
diff --git a/globalcollect_gateway/globalcollect.adapter.php
b/globalcollect_gateway/globalcollect.adapter.php
index 5dda0e7..30970a6 100644
--- a/globalcollect_gateway/globalcollect.adapter.php
+++ b/globalcollect_gateway/globalcollect.adapter.php
@@ -1330,7 +1330,6 @@
if (isset($result['status']) &&
$result['status'] === true)
{
$this->finalizeInternalStatus(
'complete' );
- $this->runPostProcessHooks();
//stomp is in here
$this->doLimboStompTransaction(
true );
} else {
$this->finalizeInternalStatus(
'failed' );
--
To view, visit https://gerrit.wikimedia.org/r/146269
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia838a1da3cba7ca7b10edd01c23121176e140a5e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Katie Horn <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits