Merge pull request #13065 from mkllnk/dfc-amend-nothing

Admin updates can trigger new backorders until the order cycle is closed
This commit is contained in:
Maikel
2025-01-22 16:32:23 +11:00
committed by GitHub
7 changed files with 110 additions and 9 deletions

View File

@@ -92,6 +92,7 @@ class CheckoutController < BaseController
end
@order.process_payments!
@order.confirm!
BackorderJob.check_stock(@order)
order_completion_reset @order
end