From 23f2b92e8d6d06e3f5b245bcefc03edfd6ff57ba Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Sat, 4 Jan 2020 12:45:16 -0500 Subject: [PATCH] Update qbo_controller.rb --- app/controllers/qbo_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/qbo_controller.rb b/app/controllers/qbo_controller.rb index 1bec7dc..bac9f80 100644 --- a/app/controllers/qbo_controller.rb +++ b/app/controllers/qbo_controller.rb @@ -44,7 +44,7 @@ class QboController < ApplicationController # Called by QBO after authentication has been processed # def oauth_callback - if params[:state].present?c + if params[:state].present? oauth2_client = Qbo.get_client # use the state value to retrieve from your backend any information you need to identify the customer in your system redirect_uri = qbo_oauth_callback_url