mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update qbo.rb
This commit is contained in:
@@ -23,7 +23,7 @@ class Qbo < ActiveRecord::Base
|
||||
oauth2_client = OAuth2::Client.new(OAUTH_CONSUMER_KEY, OAUTH_CONSUMER_SECRET, oauth_params)
|
||||
|
||||
def self.get_client
|
||||
return oauth2_client
|
||||
return OAuth2::Client.new(OAUTH_CONSUMER_KEY, OAUTH_CONSUMER_SECRET, oauth_params)
|
||||
end
|
||||
|
||||
# Configure quickbooks-ruby-base to access our database
|
||||
|
||||
Reference in New Issue
Block a user