Problem/Motivation
Intuit has announced an update to their API here:
https://app.dp.intuit.com/e/es?s=2332625&e=551&elqTrackId=efd74c1a1b7a40...
There is a recommendation to upgrade to v6.2.0 of the quickbooks v3 php sdk. This module currently uses 6.1.0.
The 6.2 version of the SDK has a requirement for guzzlehttp/guzzle v7.9.0, which conflicts with Drupal core versions below 10.4.
Proposed resolution
Determine if the upcoming update will have any impact on this module. If it is determined that there will be a negative impact, provide an updated version of this module that requires D10.4 and v6.2 for the SDK
Remaining tasks
- Determine if the upcoming update will have any impact on this module
- No: No further action required
- Yes: Provide an updated version of this module that requires D10.4 and v6.2 or the SDK
Issue fork quickbooks_api-3501785
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3501785-version-bump
changes, plain diff MR !8
- 3501785-intuit-change-to
changes, plain diff MR !6
- 3501785-
changes, plain diff MR !7
Comments
Comment #2
cobblestone.consulting commentedComment #4
alexandersluiter commentedI took this module over after the original maintainer deleted their account and it was maintained by 'anonymous'. I haven't had a lot of time for it, but I was able to give it a heavy lift some years ago. It's been on maintenance-only mode since. My company is working toward our Drupal 11 upgrade, so I will make a bit of time to lift this module to D11. I will push the SDK to 6.2+ and require a minimum of Drupal 10.4, which everyone should be on at this point anyway. I'll get an MR put together. There's a few other bugs in it that should be address while I'm at it.
Comment #7
cobblestone.consulting commentedThanks @alexandersluiter, I appreciate your work on this!
Comment #12
alexandersluiter commentedComment #13
alexandersluiter commentedMerged into the 2.0.x branch.