From c103fc7f5a43c20aad049eb1b4fe1fa3da8da689 Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Tue, 9 Jan 2024 09:56:00 +0100 Subject: [PATCH] Modifs RPtoRFX 0901240955 --- RPtoRFX_PrepOrder.ftl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RPtoRFX_PrepOrder.ftl b/RPtoRFX_PrepOrder.ftl index ebff2ce..8d8c1de 100644 --- a/RPtoRFX_PrepOrder.ftl +++ b/RPtoRFX_PrepOrder.ftl @@ -36,13 +36,13 @@ }, <#if executionflow.ShipTo.ActorID == ""> "address": { - "first_name": "${executionflow.ShipTo.Contact.FirstName?json_string!""}", - "last_name" :"${executionflow.ShipTo.Contact.Lastname?json_string!""}", + "first_name": "${executionflow.ShipTo.Contact.FirstName}", + "last_name" :"${executionflow.ShipTo.Contact.Lastname}", "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!""}", - "additional_address_data_1": "${executionflow.ShipTo.Actor.Address.StreetAddressTwo?json_string!""}", - "additional_address_data_2": "${executionflow.ShipTo.Actor.Address.StreetAddressThree?json_string!""}", + "street_and_number_and_po_box": "${executionflow.ShipTo.Actor.Address.StreetAddressOne}", + "additional_address_data_1": "${executionflow.ShipTo.Actor.Address.StreetAddressTwo}", + "additional_address_data_2": "${executionflow.ShipTo.Actor.Address.StreetAddressThree}", "postal_code": "${executionflow.ShipTo.Actor.Address.PostalCode!""}", "iso_country_code": "${executionflow.ShipTo.Actor.Address.CountryCode!""}" },