add paymal and dinga with account no

This commit is contained in:
phyusin
2018-04-11 16:18:42 +06:30
parent 8261a3453a
commit 0413d56a83
8 changed files with 585 additions and 288 deletions

View File

@@ -222,6 +222,7 @@ scope "(:locale)", locale: /en|mm/ do
post '/:sale_id/:type/customers/update_sale', to: "customers#update_sale_by_customer" # update customer id in sale table
post '/:sale_id/get_customer' => "customers#get_customer"
post '/:sale_id/send_account' => "customers#send_account"
get '/:id/:type/surveys', to: "surveys#new"
match '/:id/create_survey', to: "surveys#create", as: "create_surveys", via: [:post, :patch, :put]