-m fallback query order when occuers wss error
This commit is contained in:
aungthetkhaing
2025-05-30 14:03:33 +06:30
parent 26ff1da67e
commit 68dadf9959
4 changed files with 236 additions and 156 deletions

View File

@@ -750,6 +750,7 @@ scope "(:locale)", locale: /en|mm/ do
post 'qrpay/cancel' => 'qrpay#cancel'
get 'qrpay/test-payment' => 'qrpay#test_payment'
post 'qrpay/process_payment' => 'qrpay#create'
post 'qrpay/check_payment_status' => 'qrpay#check_payment_status'
end
end
end