diff --git a/config/routes.rb b/config/routes.rb index 96d77d0f..9655184b 100755 --- a/config/routes.rb +++ b/config/routes.rb @@ -55,6 +55,7 @@ scope "(:locale)", locale: /en|mm/ do resources :menu_item_instances, only: [:show] get "item_sets" => "item_sets#index" end + namespace :payment do post 'mobilepayment/:cashier_id/:receipt_no/cash' =>"mobilepayment#cash" end