ruckus / quickbooks-ruby

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

uninitialized constant Quickbooks::Model::PurchaseOrder::MINORVERSION #526

Closed vanboom closed 4 years ago

vanboom commented 4 years ago

PurchaseOrder appears to be using a different MINORVERSION which is not defined.

I am receiving this error when attempting to query PurchaseOrders through the service on 1.0.11.

po = order_service.find_by(:doc_number, "test").entries.first