When I try to use the update method, I am getting an error and can't get past that. The error is triggering from line 52 on XmlObjectSerializer.php.
The specific error is
Attempt to read property "CustomLogger" on null
Here is my code where I am calling the method:
`public function updateQuickbooksInvoice(): void
{
$dataService = app('quickbooksConnector');
When I try to use the update method, I am getting an error and can't get past that. The error is triggering from line 52 on XmlObjectSerializer.php. The specific error is
Attempt to read property "CustomLogger" on null
Here is my code where I am calling the method: `public function updateQuickbooksInvoice(): void { $dataService = app('quickbooksConnector');
Is there any way I can get around this without having to call the API via a different means than the SDK?