diff --git a/app/controllers/split_checkout_controller.rb b/app/controllers/split_checkout_controller.rb index 1134fcced7..48018ed179 100644 --- a/app/controllers/split_checkout_controller.rb +++ b/app/controllers/split_checkout_controller.rb @@ -246,7 +246,6 @@ class SplitCheckoutController < ::BaseController def checkout_failed(error = RuntimeError.new(order_error)) Bugsnag.notify(error) - flash[:error] = order_error if flash.blank? Checkout::PostCheckoutActions.new(@order).failure end