We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adbc70b + 0a9149b commit 8e5adb4Copy full SHA for 8e5adb4
1 file changed
core/app/models/spree/order_contents.rb
@@ -42,8 +42,8 @@ def update_cart(params)
42
# If we do not update first, then the item total will be wrong and ItemTotal
43
# promotion rules would not be triggered.
44
reload_totals
45
- PromotionHandler::Cart.new(order).activate
46
order.ensure_updated_shipments
+ PromotionHandler::Cart.new(order).activate
47
end
48
49
true
0 commit comments