Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quickbooks integration: Sunset of older API versions #1453

Open
dd32 opened this issue Jan 23, 2025 · 0 comments
Open

Quickbooks integration: Sunset of older API versions #1453

dd32 opened this issue Jan 23, 2025 · 0 comments

Comments

@dd32
Copy link
Member

dd32 commented Jan 23, 2025

Describe the bug

Quickbooks is sunsetting older versions of it's API later this year, WordCamp.org appears to be using one of those versions:

https://blogs.intuit.com/2025/01/21/changes-to-our-accounting-api-that-may-impact-your-application/

Beginning August 1, 2025, we will be deprecating support for minor versions 1–74. All API requests to the Accounting API will use the minor version 75 by default and previous minor versions will be ignored.

$args = array(
'query' => 'SELECT * FROM Class MAXRESULTS 1000',
'minorversion' => 4,
);

I haven't reviewed the rest of the codebase, only performed a search for minorversion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant