sx cash payment api

This commit is contained in:
Myat Zin Wai Maw
2019-06-20 15:00:39 +06:30
parent 129e6a2a53
commit c06f0aade8
8 changed files with 184 additions and 6 deletions

View File

@@ -56,7 +56,9 @@ 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
#User request move table or bills
post "bill/:booking_id" => "bill#create"
post "move" => "move#create"