control paypar url and oqs fix

This commit is contained in:
Yan
2017-06-19 11:56:26 +06:30
parent 566cc2f3c1
commit dd3c429301
2 changed files with 31 additions and 23 deletions

View File

@@ -29,7 +29,9 @@ class OrderQueueStation < ApplicationRecord
if oqs.id == oqpbz.order_queue_station_id
#Same Order_items can appear in two location.
AssignedOrderItem.assigned_order_item(order, order_item.item_code, oqs)
end
else
AssignedOrderItem.assigned_order_item(order, order_item.item_code, oqs)
end
end
end
end