fixed for pm key changed
This commit is contained in:
@@ -5,7 +5,8 @@ class OrderQueueProcessorJob < ApplicationJob
|
||||
# Do something later
|
||||
#Order ID
|
||||
order = Order.find(order_id)
|
||||
|
||||
puts order_id
|
||||
puts order
|
||||
#Loop through the order stations and process the items
|
||||
#Execute orders and send to order stations
|
||||
if order
|
||||
|
||||
Reference in New Issue
Block a user