From 71bd4918a9f1bec467a3ab071cf03bb0ee38f67e Mon Sep 17 00:00:00 2001 From: Francis Reat Date: Fri, 13 Feb 2026 10:58:13 +0100 Subject: [PATCH] SCPN1-9965 (cherry picked from commit 7c4c7ea3957fce0e8d643a463f77b4cb888e8df9) --- RPtoRFX_CarrierAppointmentCreated.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RPtoRFX_CarrierAppointmentCreated.ftl b/RPtoRFX_CarrierAppointmentCreated.ftl index 93cac18..68de19d 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)>