Oauth2 Upgrade

This commit is contained in:
2020-01-04 15:30:03 -05:00
committed by GitHub
parent cc0ffce892
commit 7c42197cb1

View File

@@ -1,6 +1,6 @@
#The MIT License (MIT) #The MIT License (MIT)
# #
#Copyright (c) 2017 rick barrette #Copyright (c) 2020 rick barrette
# #
#Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: #Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
# #
@@ -18,7 +18,7 @@ class QboInvoice < ActiveRecord::Base
self.primary_key = :id self.primary_key = :id
def self.get_base def self.get_base
Qbo.get_base(:invoice).service Qbo.get_base(:invoice)
end end
# sync ALL the invoices # sync ALL the invoices