|
|
|
@ -36,7 +36,7 @@ public class ClientComplianceFileConfig {
|
|
|
|
|
}
|
|
|
|
|
if (!StringUtils.equalsIgnoreCase(idTitle, "Ultimate beneficiary owner")) {
|
|
|
|
|
if (StringUtils.isBlank(idTitleDesc)) {
|
|
|
|
|
throw new ParamInvalidException("id_title_description", "error.payment.valid.param_missing");
|
|
|
|
|
throw new ParamInvalidException("id_title_description", "Required Param id_title_description not found");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|