From 82449642d3c1aa24a86006c0128d305e5871f535 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 5 Aug 2016 20:58:55 -0400 Subject: [PATCH] Update routes.rb --- config/routes.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index 29a5e92..da4a1cd 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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'