adamsaghy commented on code in PR #2434:
URL: https://github.com/apache/fineract/pull/2434#discussion_r938511099
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/client/api/ClientApiConstants.java:
##########
@@ -85,6 +85,7 @@ public class ClientApiConstants {
public static final String firstnameParamName = "firstname";
public static final String middlenameParamName = "middlename";
public static final String lastnameParamName = "lastname";
+ public static final String surnameParamName = "surname";
Review Comment:
lastname and surname is equivalent, no?
--
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]