jenkins-bot has submitted this change and it was merged.

Change subject: Respect "redirect" param if available
......................................................................


Respect "redirect" param if available

The "redirect" parameter wasn't being stored in the adapter object.  This
fix makes it possible to skip interstitial pages if desired.

Bug: T92705
Change-Id: If88f11a3365341e6d88825b2e3e7fed369727a9e
---
M gateway_common/DonationData.php
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Ejegg: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/gateway_common/DonationData.php b/gateway_common/DonationData.php
index 6c1ff3a..c200e26 100644
--- a/gateway_common/DonationData.php
+++ b/gateway_common/DonationData.php
@@ -127,6 +127,7 @@
                                'ffname',
                                'recurring',
                                'recurring_paypal',
+                               'redirect',
                                'user_ip',
                                'server_ip',
                        );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If88f11a3365341e6d88825b2e3e7fed369727a9e
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

Reply via email to