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