update order api

This commit is contained in:
Aung Myo
2018-05-25 13:16:41 +06:30
parent b7c6614537
commit 7f6b0e0bdf

View File

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