ruckus / quickbooks-ruby

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

invoice bcc field is getting cleared on sync #614

Closed hammad-Ikhlaq-7vals closed 1 month ago

hammad-Ikhlaq-7vals commented 1 month ago

We have a product named EZRentout (https://www.ezrentout.com/). In this product, we are giving QBO integration to our clients. To give this functionality, we are using your gem quickbooks-ruby.

When we sync an invoice from EZRentout to Quickbooks, the bcc field of the QBO invoice gets cleared. I have incorporated the missing field in the Invoice model.

indagation commented 1 month ago

I am interested in this as well.

ruckus commented 1 month ago

Thanks @hammad-Ikhlaq-7vals I just implemented your changes manually. And released 2.0.5 with this update.

Thanks again.

@indagation