fix : qr code generation to be dynamic

This commit is contained in:
aungthetkhaing
2025-05-22 15:19:54 +06:30
parent 138d62a9f5
commit eec8b3c600
4 changed files with 136 additions and 64 deletions

View File

@@ -677,6 +677,8 @@ scope "(:locale)", locale: /en|mm/ do
get 'sale/:sale_id' => 'sales#show'
get 'order/:order_id' => "orders#show"
get 'qrpay/payment_loading' => 'qrpay#payment_loading'
# Other Charges
get "/:sale_id/:type/other_charges" => "other_charges#index"
post "/:sale_id/other_charges" => "other_charges#create"