Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PIPRES-526 Redirect after successful order creation #1019

Open
wants to merge 9 commits into
base: release-6.2.5
Choose a base branch
from

Conversation

MarijusCoding
Copy link
Collaborator

@MarijusCoding MarijusCoding commented Jan 10, 2025

Questions Answers
Branch? release-6.2.6
Description? Fixed issue where customer after successful order is redirected to cart/home page
Type? bug fix
How to test? Try checkout on PS versions 8+
Fixed issue ? PIPRES-526

@MarijusCoding MarijusCoding marked this pull request as ready for review January 10, 2025 08:50
@MarijusCoding MarijusCoding changed the base branch from master to release-6.2.5 January 10, 2025 08:50

Tools::redirect(Context::getContext()->link->getPageLink('cart', true));
} elseif (PaymentMethod::BANKTRANSFER === $data['mollie_info']['method']
if (PaymentMethod::BANKTRANSFER === $data['mollie_info']['method']
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isset($data['mollie_info'])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants