SCPN1-10443

This commit is contained in:
2026-03-19 14:15:15 +01:00
parent f26dda887a
commit 647e2d45af

View File

@@ -154,7 +154,7 @@
<#stop> <#-- Receipt reference for transfer is empty--> <#stop> <#-- Receipt reference for transfer is empty-->
</#if> </#if>
<#else> <#else>
<#if receipt.line_list ?? receipt.line_list[0]??> <#if receipt.line_list ?? && receipt.line_list[0]??>
{ {
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDetected> <#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDetected>
"apiReflexPlatformID" : "${apiReflexPlatformID}", "apiReflexPlatformID" : "${apiReflexPlatformID}",