From 7f6b0e0bdf8451d67fdb5c56b9f0417828d0e7f0 Mon Sep 17 00:00:00 2001 From: Aung Myo Date: Fri, 25 May 2018 13:16:41 +0630 Subject: [PATCH] update order api --- app/controllers/api/orders_controller.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controllers/api/orders_controller.rb b/app/controllers/api/orders_controller.rb index a25b60ab..bed06600 100755 --- a/app/controllers/api/orders_controller.rb +++ b/app/controllers/api/orders_controller.rb @@ -118,9 +118,7 @@ class Api::OrdersController < Api::ApiController @status, @booking = @order.generate if @status && @booking - if params[:order_source] != "quick_service" Order.process_order_queue(@order.order_id,@order.table_id,@order.source) - end end # # for parallel order # remoteIP = ""