SCPN1-8871

This commit is contained in:
2025-06-09 16:56:53 +02:00
parent c3163e39d3
commit 5b74e7f1d3
5 changed files with 8 additions and 48 deletions

View File

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