class Quickbooks::Service::BaseService
def oauth_post(url, body, headers)
def oauth_post(url, body, headers) @oauth.post(url, headers: headers, body: body, raise_errors: false) end
def oauth_post(url, body, headers) @oauth.post(url, headers: headers, body: body, raise_errors: false) end