- qrpay selection when add orders
- minor fixes
This commit is contained in:
Dev Team
2025-06-18 13:38:40 +06:30
parent e48e7f960a
commit b9aa1ec870
4 changed files with 383 additions and 7 deletions

View File

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