diff --git a/app/controllers/split_checkout_controller.rb b/app/controllers/split_checkout_controller.rb index fbd4f98837..e1c9950bef 100644 --- a/app/controllers/split_checkout_controller.rb +++ b/app/controllers/split_checkout_controller.rb @@ -54,7 +54,7 @@ class SplitCheckoutController < ::BaseController advance_order_state redirect_to_step else - flash[:error] = "Saving failed, please update the highlighted fields" + flash.now[:error] = "Saving failed, please update the highlighted fields" render :edit end end