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

Implement needed sUniqueID for Checkout finish page #154

Merged
merged 1 commit into from
Mar 22, 2021

Conversation

reConNico
Copy link
Contributor

Summary

We use Shopware 5.6.8 and had a problem that after every order the user gets correctly redirected to the checkout confirm page but with the notice that the cart is empty. The order itself and the adyen transaction works fine but the user didn't get the correct confirm page displayed.

The problem is that the Shopware Frontend Checkout Controller requires the sUniqueID parameter which is in the order entity in the Process Controller of the adyen plugin implementation. I've just provided the parameter to the redirect and everything works as expected.

Tested scenarios

Use showpare 5.6.8

Fixed issue:

@acampos1916
Copy link
Member

Thanks for this PR @reConNico

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.

5 participants