Replies: 2 comments 4 replies
-
|
I'm not an authority here, but this appears to still be true in master (and in 2.0.5): #517 (comment) - a global default of 47 is in effect, unless you set it otherwise. defaulting: https://github.com/ruckus/quickbooks-ruby/blob/master/lib/quickbooks-ruby.rb#L196 use in calls: https://github.com/search?q=repo%3Aruckus%2Fquickbooks-ruby%20minorversion&type=code Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
|
💡 Heads up about minorversion in 389-oauth2 Hey folks, quick heads-up — I was looking at the request logs while using the 389-oauth2 branch and noticed the gem is still sending minorversion values below 75. Just an FYI: starting August 1, 2025, Intuit will ignore any requests with minorversion < 75 and will automatically use version 75 instead. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
FYI - we just received this in an email from QuickBooks:
https://blogs.intuit.com/2025/01/21/changes-to-our-accounting-api-that-may-impact-your-application/
In essence, an unspecified minorversion currently defaults to minorversion 1 - with the new changes it will default to the latest (currently 75).
I don't see where this gem is using an explicit minorversion currently.
Key Dates:
February 10, 2025 - sandboxes will receive new default API version of 75
August 1, 2025 - production will receive new default API version of 75
Beta Was this translation helpful? Give feedback.
All reactions