jenkins-bot has submitted this change and it was merged.
Change subject: Hardcode PayPal gateway to always redirect, if possible
......................................................................
Hardcode PayPal gateway to always redirect, if possible
Bug: T92705
Change-Id: I9336fcb4fb5e8a8394972eb9770b0e1dfeef35f8
---
M paypal_gateway/paypal_gateway.body.php
1 file changed, 9 insertions(+), 0 deletions(-)
Approvals:
Ejegg: Looks good to me, approved
jenkins-bot: Verified
diff --git a/paypal_gateway/paypal_gateway.body.php
b/paypal_gateway/paypal_gateway.body.php
index 5354c57..d0d2876 100644
--- a/paypal_gateway/paypal_gateway.body.php
+++ b/paypal_gateway/paypal_gateway.body.php
@@ -41,4 +41,13 @@
$this->handleDonationRequest();
}
+
+ /**
+ * Always attempt to pass through transparently.
+ *
+ * @see GatewayPage::isProcessImmediate()
+ */
+ protected function isProcessImmediate() {
+ return true;
+ }
}
--
To view, visit https://gerrit.wikimedia.org/r/197950
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9336fcb4fb5e8a8394972eb9770b0e1dfeef35f8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>
Gerrit-Reviewer: AndyRussG <[email protected]>
Gerrit-Reviewer: Awight <[email protected]>
Gerrit-Reviewer: Ejegg <[email protected]>
Gerrit-Reviewer: Katie Horn <[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