InterConnectaOrg / zoho-crm

MIT License
2 stars 4 forks source link

Zoho SDK update needed — tries to write OAuth.log file to vendor directory #4

Open hackel opened 4 years ago

hackel commented 4 years ago

When trying to refresh an authentication token, the Zoho SDK tries to write a log file to the vendor directory.

It looks like the inept Zoho developers finally fixed this issue in version 2.0.7 of their SDK, but this lib is locked to version 2.0.6. Of course these clowns don't follow semver at all, so 2.0.7 contains breaking changes, specifically in \zcrmsdk\crm\crud\ZCRMModule::getRecords and other related methods.

For now, the limited functionality I'm using seems unaffected by the update, so I'm just aliasing 2.0.7 as 2.0.6 in composer.json as a temporary workaround.