Update routes.rb

This commit is contained in:
2016-08-05 20:58:55 -04:00
committed by GitHub
parent 06ad2d6971
commit 82449642d3

View File

@@ -23,8 +23,8 @@ get 'qbo/estimate/:id', :to => 'estimate#show', as: :estimate
get 'qbo/invoice/:id', :to => 'invoice#show', as: :invoice
#payments
get 'qbo/payment', :to => 'payment#new'
post 'qbo/payment', :to => 'payment#create'
get 'qbo/payments', :to => 'payments#new'
post 'qbo/payments', :to => 'payments#create'
#webhook
post 'qbo/webhook', :to => 'qbo#qbo_webhook'