You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So we're having an issue with our application that it is not always succeeding in transferring invoices to quickbooks, upon further inspection I found this line of code:
our problem is that we are getting a 200 ok, and assuming that everything in quickbooks went as expected, but it doesn't.
There are Fault errors that are not being reported through the SDK as a result of this line right here. is there anyway other than forking and removing that line that we could capture those server fault error messages?
The text was updated successfully, but these errors were encountered:
So we're having an issue with our application that it is not always succeeding in transferring invoices to quickbooks, upon further inspection I found this line of code:
QuickBooks-V3-PHP-SDK/src/Core/Http/Serialization/XmlObjectSerializer.php
Line 124 in a4139a9
The API documentation here mentions Faults that could be included in a 200 ok response:
https://developer.intuit.com/app/developer/qbo/docs/develop/troubleshooting/error-codes
our problem is that we are getting a 200 ok, and assuming that everything in quickbooks went as expected, but it doesn't.
There are Fault errors that are not being reported through the SDK as a result of this line right here. is there anyway other than forking and removing that line that we could capture those server fault error messages?
The text was updated successfully, but these errors were encountered: