ruckus / quickbooks-ruby

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

Fix #526, Quickbooks::PurchaseOrder::MINORVERSION reference #527

Closed vanboom closed 4 years ago

vanboom commented 4 years ago

PurchaseOrder was referencing a class level const that has been removed. I did not look deeply enough yet to determine how this error made it through the test suite.

ruckus commented 4 years ago

Thank you! Yes, good question about how it passed the tests. Searching the codebase for MINOR shows that was the last usage. I will cut a new gem version