minimul / qbo_api

Ruby JSON-only client for QuickBooks Online API v3. Built on top of the Faraday gem.
MIT License
85 stars 46 forks source link

Deactivating a transaction class requires a 'Name' #91

Closed bf4 closed 6 years ago

bf4 commented 6 years ago

not listed in https://developer.intuit.com/docs/api/accounting/class but error message implies it

{:fault_type=>"ValidationFault", :error_code=>"2020", :error_message=>"Required param missing, need to supply the required value for the API", :error_detail=>"Required parameter Name is missing in the request"}]

TODO: validate we want to do this

minimul commented 6 years ago

Deleted last comment. Class is a name list resource. Yeah this change is fine. Merged it in but will be released later.

bf4 commented 6 years ago

@minimul mind pushing a patch release?

minimul commented 6 years ago

Released. 1.8.4