-
Notifications
You must be signed in to change notification settings - Fork 26
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
Error canceling order after abandoning Stripe checkout page #53
Comments
Hello @FlorentCupillard ! You have two ways to solve this issue:
Let me know if you need more info and if it fixed your issue. |
Thank you for the answer, |
Are you sure the checkout session you are trying to cancel have been created by the same API version ? If not just apply the first point I suggested. |
I tested the Fix #54, it solved the problem for me! |
…ayment Fix #53 - cancel an empty payment
When a customer returns from the Stripe Checkout portal without paying using the back button, a new payment is recorded
and in this case, when canceling the order from the admin, it gives us this error
Sylius : 1.12
flux-se/sylius-payum-stripe-plugin : v2.0.9
The text was updated successfully, but these errors were encountered: