-
Notifications
You must be signed in to change notification settings - Fork 51
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
This transaction has already been marked as authorized #21
Comments
Hmm! I haven't been using Spree 2.4 at all, so I'm not aware personally of what might have changed. Perhaps @JDutil can weigh in. @MisinformedDNA could I trouble you for a stack trace? |
|
I wasn't able to reproduce this at all on my setup w/latest 2-4-stable so I don't think this has anything to do between 2.4.2 to 2.4.3. The error is saying the transaction has already been authorized with tax cloud so I assume it's related to a double submission somehow. |
I just tested this again. It is succeeding in development, but failing in staging (rails_env = production). Maybe the error only occurs in production where TaxCloud takes authorizations more critically? I'm running code from spree_api_examples (see OP), so if there is a double submission, Spree would have to be doing it. |
I just updated to Spree tag v2.4.3 and am getting an error when placing an order, specifically when transitioning from confirm to complete.
You can repro this by running this walkthrough. In the logs you will see
Any ideas?
The text was updated successfully, but these errors were encountered: