-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Unable to continue with payment of order when pressing "back" to payment selection #4474
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
Comments
@karl-ravn , seems your problem not related to Magento functionality and relates to In other case, please refer to the Community Forums or Magento Stack Exchange site for technical questions. |
Seems to be same problem as #4580 |
The problem seems to be that the quote has been created with a reserved_order_id, but there already exists a row with the same increment_id in order_sales. The error goes through: This could be avoided if either QuoteManagement#submitQuote() or Quote#reserveOrderId() would do a sanity check that there are no order with a conflicting increment_id. If a conflict is found, just regenerate a new order id. |
We just had this exact issue on Magento 2.07 using Braintree as our payment provider. Same steps to replicate the issue and since it was for a registered user, we had to manually remove the quote in the DB in order to allow them to create a new cart for checkout. |
Anyone figured out a temp fix? I'm having the same issue. |
[thunder] MC-17992: [Backport] Error during app:config:import isn't logged during setup:upgrade
When an order
Steps to reproduce
develop
branch.Expected result
Actual result
Stack trace
The text was updated successfully, but these errors were encountered: