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:
aungthetkhaing
2025-05-21 09:35:00 +06:30
parent d02da668b8
commit 67dfd6f1ce
3 changed files with 174 additions and 24 deletions

View File

@@ -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