From 1497d2c3bb1b868d31c45f23162868438ec53c87 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Fri, 20 May 2016 16:26:20 +1000 Subject: [PATCH] Remove missing call --- app/controllers/spree/orders_controller_decorator.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/spree/orders_controller_decorator.rb b/app/controllers/spree/orders_controller_decorator.rb index 2c0ff8562c..dd4f2eba81 100644 --- a/app/controllers/spree/orders_controller_decorator.rb +++ b/app/controllers/spree/orders_controller_decorator.rb @@ -40,7 +40,6 @@ Spree::OrdersController.class_eval do if @order.update_attributes(params[:order]) @order.line_items = @order.line_items.select {|li| li.quantity > 0 } - @order.restart_checkout_flow render :edit and return unless apply_coupon_code