update order api
This commit is contained in:
@@ -118,10 +118,8 @@ class Api::OrdersController < Api::ApiController
|
|||||||
|
|
||||||
@status, @booking = @order.generate
|
@status, @booking = @order.generate
|
||||||
if @status && @booking
|
if @status && @booking
|
||||||
if params[:order_source] != "quick_service"
|
|
||||||
Order.process_order_queue(@order.order_id,@order.table_id,@order.source)
|
Order.process_order_queue(@order.order_id,@order.table_id,@order.source)
|
||||||
end
|
end
|
||||||
end
|
|
||||||
# # for parallel order
|
# # for parallel order
|
||||||
# remoteIP = ""
|
# remoteIP = ""
|
||||||
# begin
|
# begin
|
||||||
|
|||||||
Reference in New Issue
Block a user