update pay process order

This commit is contained in:
Aung Myo
2018-05-18 12:25:47 +06:30
parent 9c26e63110
commit 0b7834ff29

View File

@@ -116,6 +116,7 @@ class OrderQueueStation < ApplicationRecord
order = Order.find(order_id)
order_items = order.order_items
Order.pay_process_order_queue(order_id,table_id)
if table_id.to_i > 0
# get dining
dining = DiningFacility.find(table_id)