You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently at quickbooks-ruby 1.0.1 and everything is working perfectly,
But the moment I use 1.0.3 or higher, I get this error message when starting the rails server:
uninitialized constant OAuth (NameError) Did you mean? OAuth2
It's referring to this line (/config/initializers/quickbooks.rb):
Hi guys,
I'm currently at quickbooks-ruby 1.0.1 and everything is working perfectly,
But the moment I use 1.0.3 or higher, I get this error message when starting the rails server:
uninitialized constant OAuth (NameError) Did you mean? OAuth2
It's referring to this line (/config/initializers/quickbooks.rb):
reverting back to quickbooks-ruby 1.0.1 makes everything run properly again.
Am I missing some 'require' statement somewhere or does the piece of code above need updating?
Thanks!
The text was updated successfully, but these errors were encountered: