Replace CustomerExtrenalInfo.jsp

parent f49a9e9a
......@@ -53,9 +53,12 @@
if ("pan".equals(selectedOption)) {
panNumber = dbAccess.getDBColumnValue("CUSTOMER", "PAN_NO", "CUST_CODE = '" + custCode + "'", userInfo.getTransDB());
BaseLogger.log("3", null, null, "PanNumber:: " + panNumber);
if (panNumber != null && !panNumber.isEmpty()) {
panVerificationResponse = dbAccess.getDBColumnValue("CUST_EXT_INFO", "INFO_RESPONSE", "CUST_CODE = '" + custCode + "' AND INFO_TYPE = 'Pan Verification'", userInfo.getTransDB());
BaseLogger.log("3", null, null, "INFO_RESPONSE:: " + panVerificationResponse);
if (panVerificationResponse == null) {
// Call the API if panVerificationResponse is null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment