SCPN1-8863

This commit is contained in:
2025-06-12 11:52:26 +02:00
parent b01ba5205b
commit fa17314de3
13 changed files with 293 additions and 110 deletions

View File

@@ -15,8 +15,7 @@
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
<#assign receipt = JsonUtil.jsonToMap(dataRfx)>
<#if receipt.receipt_type = "030">
<#if receipt.receipt_reference?? && receipt.receipt_reference!="">
<#if receipt.receipt_type = "030"> <#-- if reception is a transfer reception -->
[
{
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDetected>
@@ -33,9 +32,6 @@
}
]
<#else>
<#stop> <#-- Receipt reference for transfert is empty-->
</#if>
<#else>
[
{