From 7c4c7ea3957fce0e8d643a463f77b4cb888e8df9 Mon Sep 17 00:00:00 2001 From: Francis Reat Date: Fri, 13 Feb 2026 10:58:13 +0100 Subject: [PATCH] SCPN1-9965 --- RPtoRFX_CarrierAppointmentCreated.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RPtoRFX_CarrierAppointmentCreated.ftl b/RPtoRFX_CarrierAppointmentCreated.ftl index 8383d44..7a0c309 100644 --- a/RPtoRFX_CarrierAppointmentCreated.ftl +++ b/RPtoRFX_CarrierAppointmentCreated.ftl @@ -1,6 +1,6 @@ { <#assign appointmentPathURL = JsonUtil.getAppointmentPathURL(eventRP.site,eventRP.refid)> - <#assign payLoad = '{ "Header": {"ProjectID": "${projectRP!""}"},,"IsOnce": false,"IsPublic": true,"TimeToLive": "0","URL": "${appointmentPathURL}"}' /> + <#assign payLoad = '{ "Header": {"ProjectID": "${projectRP!""}"},"IsOnce": false,"IsPublic": true,"TimeToLive": "0","URL": "${appointmentPathURL}"}' /> <#assign projectGetTinyURL = QueryApiReflexPlatformID.ProjectGetTinyURL> <#assign response = QueryApiReflexPlatformCall.call(projectGetTinyURL,payLoad) /> <#assign tinyURL = JsonUtil.jsonToMap(response)>