feat : redirect to sale page if MMQR is being selected
feat : add MMQR button in payment selection fix : add create_pay params in add_order_function
This commit is contained in:
@@ -2,6 +2,7 @@ if @status == true
|
||||
json.status :success
|
||||
json.booking_id @booking.id
|
||||
json.order_id @order.id
|
||||
json.sale_id @booking.sale_id
|
||||
json.order_items do
|
||||
json.array! @order.order_items, :item_code, :item_name, :qty, :options, :remark
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user