This commit is contained in:
2025-08-05 17:10:28 +02:00
parent 5063703e56
commit 92b4f80170
2 changed files with 6 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
<#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 type -->
[
{
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDetected>