mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update qbo_controller.rb
This commit is contained in:
@@ -42,7 +42,7 @@ class QboController < ApplicationController
|
|||||||
# Called by QBO after authentication has been processed
|
# Called by QBO after authentication has been processed
|
||||||
#
|
#
|
||||||
def oauth_callback
|
def oauth_callback
|
||||||
at = session[:qb_request_token].get_access_token(:oauth_token => params[:oauth_token])
|
at = session[:qb_request_token].get_access_token(:oauth_verifier => params[:oauth_verifier])
|
||||||
|
|
||||||
#There can only be one...
|
#There can only be one...
|
||||||
Qbo.destroy_all
|
Qbo.destroy_all
|
||||||
|
|||||||
Reference in New Issue
Block a user