non-indidual:GWM

This commit is contained in:
sriramv 2023-10-20 14:56:21 +05:30
parent a89f31dea1
commit 0a2b851299

View File

@ -79,7 +79,7 @@ exports.mainLandingPage = async (req, res) =>
entity_name : [value.firstName, value.middleName, value.lastName ].filter(Boolean).join(" "),
entity_formation_date : moment(new Date(value.doi)).format("YYYY-MM-DD"),
pan_no : value.panNo,
entity_type : value.kycType.trim()
entity_type : null
}
ResData.lstApplicantAddress.forEach(async(address_value,index) =>
{