You've already forked reflex-wms-connector
Modifs FTL 2211231443
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
},
|
||||
<#if executionflow.ShipTo.ActorID == "">
|
||||
"address": {
|
||||
"first_name": "${executionflow.ShipTo.Contact.FirstName!""}",
|
||||
"last_name" :"${executionflow.ShipTo.Contact.Lastname!""}",
|
||||
"first_name": "${executionflow.ShipTo.Contact.FirstName?json_string!""}",
|
||||
"last_name" :"${executionflow.ShipTo.Contact.Lastname?json_string!""}",
|
||||
"mail_address": "${executionflow.ShipTo.Actor.Emails[0]!""}",
|
||||
"mobile_phone_number": "${executionflow.ShipTo.Actor.Phones[0]!""}",
|
||||
"street_and_number_and_po_box": "${executionflow.ShipTo.Actor.Address.StreetAddressOne?json_string!""}",
|
||||
|
||||
Reference in New Issue
Block a user