Following this change, the redirect to the error page gets overridden by the subsequent redirect to the ThankYou page.
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Return after redirecting to fail page | mediawiki/extensions/DonationInterface | master | +1 -0 |
Event Timeline
Comment Actions
Oops, looks like there should be a 'return' after that redirect in the isFailed block.
Comment Actions
Change 835261 had a related patch set uploaded (by Ejegg; author: Ejegg):
[mediawiki/extensions/DonationInterface@master] Return after redirecting to fail page
Comment Actions
Screenshots demonstrating the issue:
This was triggered on the current master branch of DonationInterface, simply by entering incorrect date and cvv information for a test credit card. I guess it may be somewhat browser dependent, but it did happen to me on both Chrome and Firefox. The attached patch fixes the issue.
Comment Actions
Change 835261 merged by jenkins-bot:
[mediawiki/extensions/DonationInterface@master] Return after redirecting to fail page