File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,12 @@ export const mapCorporateOrGovernmentBOPrivateData = (boPrivateData: BeneficialO
262262 for ( const boData of boPrivateData ) {
263263 logger . info ( `HASHHH_ID=${ boData . hashedId } , CH_REERENCEEE=${ beneficialOwner . ch_reference } ` ) ;
264264 if ( boData . hashedId === beneficialOwner . ch_reference ) {
265+ logger . info ( `DATA PASSED INTO mapBOMOAddress ---- boData.principalAddress=${ boData . principalAddress } ` ) ;
265266 beneficialOwner . principal_address = mapBOMOAddress ( boData . principalAddress ) ;
267+ logger . info ( `principal_address property_name_number=${ beneficialOwner . principal_address ?. property_name_number } ` ) ;
268+ logger . info ( `principal_address addressline1=${ beneficialOwner . principal_address ?. line_1 } ` ) ;
269+ logger . info ( `principal_address addressline2=${ beneficialOwner . principal_address ?. line_2 } ` ) ;
270+ logger . info ( `principal_address country=${ beneficialOwner . principal_address ?. country } ` ) ;
266271 logger . info ( `END OF mapCorporateOrGovernmentBOPrivateData` ) ;
267272 }
268273 }
You can’t perform that action at this time.
0 commit comments