-
-
Notifications
You must be signed in to change notification settings - Fork 725
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
Multiple successful stripe payments captured for the same order #5705
Comments
Yes 👍 If you look very carefully through the erorrs here: https://app.bugsnag.com/katuma/katuma/errors/5ef235fc2dfe230018a3c3b8?filters[event.since][0][type]=eq&filters[event.since][0][value]=7d&filters[error.status][0][type]=eq&filters[error.status][0][value]=open it's obvious there are some very serious problems, and multiple checkout submissions per request seems to be one of them. I haven't quite figured out why that is happening, but I think the messy transaction rollback is the crux of it. |
For the record, Eugeni successfully placed an order with the affected hub but all the timestamps are there. You migh want to check it out @Matt-Yorkley . It's the number R443016306. See here the options he selected |
With the "save default shipping address" option, did they have a default address saved on that account before placing this order? Maybe removing the timestamp constraints was alleviating the worse bits of the problem? |
We'll need to ask Eugeni
I assume so |
Could the Stripe/ActiveMerchant |
Looks like this is fixed by #5703 but we can keep an eye on it. |
Thanks @cillian for that. I think that's a great idea. We have a strategy in place already in #5703 and also #5678 but that is definetely something we should consider if we bump into this issue again. |
Yep, thanks a lot @cillian . Sorry, I said nothing but I kept that comment on my things to review. The name alone sounds pretty good. Do you have any experience with it? |
Maybe we can make a new issue to look at idempotent requests with Stripe, and close this one? It seems like this issue is resolved... |
I think we can close this one yes. |
@sauloperez no problem. A bit, so I could try do a spike on it at some point maybe. |
Description
Most of us are not convinced that #5663 fixed #5662 so I think we need this issue to track the problem in Katuma.
I believe #5703 is a new attempt at fixing this problem. Right @Matt-Yorkley
Expected Behavior
Actual Behaviour
Steps to Reproduce
Animated Gif/Screenshot
Workaround
Severity
Your Environment
Possible Fix
The text was updated successfully, but these errors were encountered: