Seems something is passing an array to LoggerBase which is not handled by the code. Running a query results in a logger error:
$service->Query('SELECT * FROM SalesReceipt');
PHP Notice: Array to string conversion in vendor/quickbooks/v3-php-sdk/src/Diagnostics/LoggerBase.php on line 26
Seems something is passing an array to LoggerBase which is not handled by the code. Running a query results in a logger error: