ruckus / quickbooks-ruby

Quickbooks Online REST API V3 - Ruby
MIT License
374 stars 302 forks source link

BillRate attribute not included in Quickbooks::Model::Vendor.rb #535

Closed themudassarhassan closed 3 years ago

themudassarhassan commented 3 years ago

I need bill_rate attribute in my application via QB API. Calling API for getting vendors from QB API is not giving the bill_rate attribute. Going through the code I found that this attribute is not included in the Vendor Model file.

ruckus commented 3 years ago

Thanks for the report. I just pushed version 1.0.14 with Vendor#BillRate support

themudassarhassan commented 3 years ago

Yeah it worked like a charm. Thank you so much!