elnafateh commented on code in PR #5946:
URL: https://github.com/apache/fineract/pull/5946#discussion_r3421390868
##########
fineract-client-feign/src/main/java/org/apache/fineract/client/feign/ObjectMapperFactory.java:
##########
@@ -62,6 +67,28 @@ public static ObjectMapper createObjectMapper() {
// Disable FAIL_ON_EMPTY_BEANS for empty responses
mapper.disable(SerializationFeature.FAIL_ON_EMPTY_BEANS);
+ // Only serialize the 'id' field of LoanProductData to avoid sending
unsupported parameters
Review Comment:
ok
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]