Ensure fees are applied during checkout

This commit is contained in:
Matt-Yorkley
2022-01-28 11:38:23 +00:00
parent 8c33dc16e8
commit 6c6e5ca316
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!