Closed almasaeed2010 closed 4 years ago
Thanks for raising this, I have a JIRA to fix the issue, meanwhile feel free to send in a PR.
https://github.com/intuit/QuickBooks-V3-PHP-SDK/pull/340/files will fix the issue.
@bsivalingam I don't see how this resolves the issue. You are now trying to access a non-static property from a static context.
The static function listed below is using
$this
resulting in an error:https://github.com/intuit/QuickBooks-V3-PHP-SDK/blob/70dbb727bc9caa1cb104b0dc8cd9744fda8a8677/src/Core/Http/Serialization/XmlObjectSerializer.php#L37-L56