receipt list

This commit is contained in:
2023-09-04 17:28:35 +02:00
parent a7055b1a1e
commit 80f25f29ad
2 changed files with 10 additions and 41 deletions

View File

@@ -12,8 +12,13 @@
<#switch cloudEventMsg.action>
<#case "C">
<#-- *********************************************** Action = CREATE ******************** -->
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
<#assign receipt = JsonUtil.jsonToMap(dataRfx)>
<#if receipt.receipt_type = "030">
<#stop "ignored message because receipt type = transfert">
<#else>
[
{
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDetected>
@@ -22,7 +27,8 @@
<#include "RFXtoRP_HsrReceiptList_ExecutionflowDetected.ftl">
}
]
]
</#if>
<#break>
<#case "U">
<#-- *********************************************** Action = UPDATE ******************** -->