mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-23 05:28:53 +00:00
Remove missing call
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user