This commit is contained in:
2024-08-06 11:29:02 +02:00
parent b7f383d531
commit a9fec0b5f9
4 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
"StreetAddressTwo" : "${depot.physical_depot_structured_address.additionnal_data?json_string}",
"PostalCode" : "${depot.physical_depot_structured_address.postal_code?json_string}",
"City" : "${depot.physical_depot_structured_address.post_code_area_name?json_string}",
<#assign isCountryCode = isCountryCode(depot.physical_depot_structured_address.country_code) />
<#assign isCountryCode = JsonUtil.isCountryCode(depot.physical_depot_structured_address.country_code) />
<#if isCountryCode >
"CountryCode" : "${depot.physical_depot_structured_address.country_code?json_string}",
<#else>