Merge branch 'r-1902001-01' into foodcourt

This commit is contained in:
Thein Lin Kyaw
2020-08-04 11:45:01 +06:30
43 changed files with 401 additions and 970 deletions

View File

@@ -88,6 +88,8 @@ scope "(:locale)", locale: /en|mm/ do
#Current active bookings
resources :bookings, only: [:index, :show, :create, :update]
resources :customers
# get customer by phone
get "get_customer_by_phone" => "customers#get_customer_by_phone"
#get customer details by order items
get "customers/get_order/:id" => "customers#get_customer_order"