fix gateway error message

master
luoyang 5 years ago
parent cdc151b7ee
commit d12af68c4a

@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId>
<version>1.3.29</version>
<version>1.3.30</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jib-maven-plugin.version>1.4.0</jib-maven-plugin.version>

@ -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");
}
}
}

Loading…
Cancel
Save