Remove missing call

This commit is contained in:
Rohan Mitchell
2016-05-20 16:26:20 +10:00
parent 8f0bc367d0
commit 1497d2c3bb

View File

@@ -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