This commit is contained in:
2024-08-06 17:13:04 +02:00
parent a9fec0b5f9
commit 949d4c6a8d
4 changed files with 8 additions and 4 deletions

View File

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