Brian Henry
Brian Henry
FWIW, can shush this in setting up `shopifyApi`: ``` shopifyApi({ apiKey: .... apiSecretKey: .... scopes: ... hostName: .... logger: { level: 0 //stop the deprecation warnings by setting to Error...
@varun43in That very old 1.0.1 version of the gem allowed either OAuth 1 or OAuth2 (https://github.com/ruckus/quickbooks-ruby/blob/1.0.1/quickbooks-ruby.gemspec). It looks like as of version 1.0.2, only OAuth 2 is supported (https://github.com/ruckus/quickbooks-ruby/blob/1.0.2/quickbooks-ruby.gemspec). Intuit...