Correction syntaxe

This commit is contained in:
Laurie MONTANT 2025-06-16 11:06:43 +02:00
parent 0e9d31ea17
commit 93db70c433

View File

@ -15,7 +15,7 @@
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) /> <#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
<#assign receipt = JsonUtil.jsonToMap(dataRfx)> <#assign receipt = JsonUtil.jsonToMap(dataRfx)>
<#if receipt.receipt_type?? &&receipt.receipt_type = "030"> <#-- if reception is a transfer reception --> <#if receipt.receipt_type?? && receipt.receipt_type = "030"> <#-- if reception is a transfer reception -->
[ [
{ {
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDetected> <#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDetected>