fix api addorder and foc payment status

This commit is contained in:
Thein Lin Kyaw
2019-12-20 16:38:21 +06:30
parent 33afe167f7
commit 99c943a865
4 changed files with 25 additions and 18 deletions

View File

@@ -230,7 +230,7 @@ class Origami::AddordersController < BaseOrigamiController
end
end
def process_order_queue(order_id,table_id,order_source)
def process_order_queue(order_id, table_id, order_source)
#Send to background job for processing
order = Order.find(order_id)
sidekiq = Lookup.find_by_lookup_type("sidekiq")