cancel qr pay action

This commit is contained in:
Dev Team
2025-05-23 17:26:48 +06:30
parent 686fbb37ae
commit 9e83b1b7ee
3 changed files with 123 additions and 22 deletions

View File

@@ -749,6 +749,7 @@ scope "(:locale)", locale: /en|mm/ do
get '/food_court/:order_id/cancel_order' => 'orders#cancel_order', :as => 'cancel_order'
get '/:sale_id/qrpay/init' => 'qrpay#init'
post 'qrpay/cancel' => 'qrpay#cancel'
end
end
end