intuit / intuit/QuickBooks-V3-Java-SDK
missing deserialization for QbdtEntityIdMapping
Open
- Dominant language
- Java
- Stars
- 88
- Forks
- 158
- PR merge metrics
- No merged PRs in 30d
Description
The list of classes to deserialize in `JsonResourceTypeLocator` does not include `QbdtEntityIdMapping`, so when querying for that entity, no results are returned in `QueryResult`.
If you enable debug logging, you can see that the JSON payload has data in it, but since there is no type registered, the object is not deserialized (but the counts are).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.