diff --git a/app/controllers/split_checkout_controller.rb b/app/controllers/split_checkout_controller.rb index fa03a74bba..78686668c4 100644 --- a/app/controllers/split_checkout_controller.rb +++ b/app/controllers/split_checkout_controller.rb @@ -39,6 +39,8 @@ class SplitCheckoutController < ::BaseController redirect_to_step unless checkout_step + OrderWorkflow.new(@order).next if @order.cart? + # This is only required because of spree_paypal_express. If we implement # a version of paypal that uses this controller, and more specifically # the #action_failed method, then we can remove this call