galovics commented on a change in pull request #2044:
URL: https://github.com/apache/fineract/pull/2044#discussion_r811350411
##########
File path:
fineract-provider/src/main/java/org/apache/fineract/interoperation/service/InteropServiceImpl.java
##########
@@ -171,17 +171,17 @@ public InteropServiceImpl(PlatformSecurityContext
securityContext, InteropDataVa
private static final class KycMapper implements RowMapper<InteropKycData> {
public String schema() {
- return " country.code_value as nationality, c.`date_of_birth` as
dateOfBirth, c.`mobile_no` as contactPhone, gender.code_value as gender,
c.`email_address` as email, "
- + "kyc.code_value as idType, ci.`document_key` as idNo,
ci.`description` as description, "
+ return " country.code_value as nationality, c.date_of_birth as
dateOfBirth, c.mobile_no as contactPhone, gender.code_value as gender,
c.email_address as email, "
+ + "kyc.code_value as idType, ci.document_key as idNo,
ci.`description` as description, "
Review comment:
@vidakovic they will be removed in an upcoming PR, not forgotten but
good job spotting it ;-)
--
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]