intuit / QuickBooks-V3-PHP-SDK

Official PHP SDK for QuickBooks REST API v3.0: https://developer.intuit.com/
Apache License 2.0
241 stars 240 forks source link

Psr7\str method is deprecated #475

Closed stevenmaguire closed 1 week ago

stevenmaguire commented 1 year ago

On the most recent release of this library, a deprecated PSR7 method is used when an error occurs. This obscures the relevant error and instead throws a code-related error.

https://github.com/intuit/QuickBooks-V3-PHP-SDK/blob/20ce804a7e643d91b0a8f115e969bf6a0713f64e/src/Core/HttpClients/GuzzleHttpClient.php#L60

CleanShot 2023-03-01 at 10 47 31@2x
thalysantana commented 1 year ago

Same issue here.