SCPN1-6998

This commit is contained in:
2024-08-07 08:38:34 +02:00
parent 0468700574
commit 26003c24f2
4 changed files with 8 additions and 4 deletions

View File

@@ -43,7 +43,8 @@
"Name": "${actor.optional_attributes.company_name?json_string}",
"StreetAddressOne" : "${actor.optional_attributes.address_1?json_string}",
"StreetAddressTwo" : "${actor.optional_attributes.address_2?json_string}",
"StreetAddressThree" : "${actor.optional_attributes.address_3?json_string}"
"StreetAddressThree" : "${actor.optional_attributes.address_3?json_string}",
"CountryCode" : ""
</#if>
</#if>