Update qbo_controller.rb

This commit is contained in:
2020-01-04 12:45:16 -05:00
committed by GitHub
parent 5d92eeddfb
commit 23f2b92e8d

View File

@@ -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