fix(compliance): improve compliance

This commit is contained in:
2025-05-28 10:26:26 +00:00
parent 5928948cfd
commit bc6e2e1829
4 changed files with 71 additions and 16 deletions

View File

@ -515,7 +515,9 @@ tap.test('CONV-05: Conditional mandatory fields', async () => {
<cbc:RegistrationName>VAT Registered Supplier</cbc:RegistrationName>
</cac:PartyLegalEntity>
<cac:PostalAddress>
<cbc:StreetName>Main Street</cbc:StreetName>
<cbc:CityName>Brussels</cbc:CityName>
<cbc:PostalZone>1000</cbc:PostalZone>
<cac:Country>
<cbc:IdentificationCode>BE</cbc:IdentificationCode>
</cac:Country>
@ -539,7 +541,9 @@ tap.test('CONV-05: Conditional mandatory fields', async () => {
<cbc:RegistrationName>EU Customer</cbc:RegistrationName>
</cac:PartyLegalEntity>
<cac:PostalAddress>
<cbc:StreetName>Rue de la Paix</cbc:StreetName>
<cbc:CityName>Paris</cbc:CityName>
<cbc:PostalZone>75001</cbc:PostalZone>
<cac:Country>
<cbc:IdentificationCode>FR</cbc:IdentificationCode>
</cac:Country>