Merge pull request #8804 from Matt-Yorkley/split-checkout-fees

[Split Checkout] Ensure fees are applied during checkout update
This commit is contained in:
Filipe
2022-01-31 16:26:22 +00:00
committed by GitHub
2 changed files with 29 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ class SplitCheckoutController < ::BaseController
@order.select_shipping_method(params[:shipping_method_id])
@order.update(order_params)
@order.updater.update_totals_and_states
validate_current_step!