Nick Gines
Results
2
comments of
Nick Gines
@shweta-intuitdev I am getting the same deserialization error above, even after updating to 6.6.0. Looks like parts of the project are still using outdated versions of the com.fasterxml.jackson packages. SpringBoot...
@ManikaSaiKiran Here is a sample of code that throws the error: DataService service = helper.getDataService(realmId, accessToken); String sql = "select * from Customer where Id = '" + client.getQuickbooksId() +...