-
Notifications
You must be signed in to change notification settings - Fork 12
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
Credit Card wrong checkout finish #163
Comments
Hey @reConNico thanks for opening this issue. Which version of the plugin and Shopware 5 are you using? We can try to reproduce this. |
Hey @acampos1916 , Shopware: 5.6.8 Edit: #154 is included in our version and isn't fixing this problem because it doesn't run into that function. |
Short update from my side @acampos1916 : I've found out what the problem is and it seems like that it's a project specific problem or a third party plugin. The I'll update this issue again when I've new informations. |
Thanks for the update @reConNico. Indeed if this isn't reproducible in a clean Shopware installation then it could be a different plugin. Let us know of your findings. |
Hi @reConNico I hope you had a nice weekend! Best, |
@reConNico we'll be closing the issue now due to inactivity but let us know if you have an update. |
Describe the bug
When credit card is used the order goes through and is correct in the backend and in adyen as well. Backend wise everything is working. Sadly the frontend isn't working as expected because the customer get's redirected to the checkout changePayment page instead of the checkout finish page. The url is correct:
/checkout/finish/
but the view is wrong. Because the order goes through the cart is empty.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The correct finish page should be shown.
Screenshots
Additional Informations
Test cards: https://docs.adyen.com/development-resources/test-cards/test-card-numbers
The text was updated successfully, but these errors were encountered: