Skip to content

Commit b783f62

Browse files
authored
Merge pull request #1745 from companieshouse/origin/feature/roecct-ole-principal-address-logs
Testing - Investigate OLE principal address issue via logs
2 parents d60d6f9 + ff5d917 commit b783f62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/update/psc.to.beneficial.owner.type.mapper.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,10 @@ export const mapIndividualBOPrivateData = (boPrivateData: BeneficialOwnerPrivate
260260

261261
export const mapCorporateOrGovernmentBOPrivateData = (boPrivateData: BeneficialOwnerPrivateData[], beneficialOwner: BeneficialOwnerOther | BeneficialOwnerGov) => {
262262
for (const boData of boPrivateData) {
263+
console.log("HASHHH_ID" + boData.hashedId + "CH_REERENCEEE" + beneficialOwner.ch_reference );
263264
if (boData.hashedId === beneficialOwner.ch_reference) {
264265
beneficialOwner.principal_address = mapBOMOAddress(boData.principalAddress);
266+
console.log("ENDDDDDD" );
265267
}
266268
}
267269
};

0 commit comments

Comments
 (0)