diff --git a/config/routes.rb b/config/routes.rb index 2cc7f77..ecef826 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -25,6 +25,9 @@ get 'qbo/invoice/:id', :to => 'invoice#show', as: :invoice #manual billing get 'qbo/bill/:id', :to => 'qbo#bill', as: :bill +#customer issue view +get 'customers/view/:token', :to => 'customer#view', as: :view + #payments resources :payments