This commit is contained in:
Laurie MONTANT 2025-03-13 15:07:49 +01:00
parent a045b37b7b
commit ff25781b84

View File

@ -22,15 +22,18 @@
"apiReflexPlatformID" : "${apiReflexPlatformID}",
"datas" :
<#include "RFXtoRP_HsaDispute_Created.ftl">
},
}
<#if TableReasonCode[dispute.dispute_reason_code]??>
,
{
<#assign apiReflexPlatformID = ApiReflexPlatformID.ClaimMessageSent>
"apiReflexPlatformID" : "${apiReflexPlatformID}",
"datas" :
<#include "RFXtoRP_HsaDispute_MessageSent.ftl">
}
<#else>
<#stop>
<#else>
<#stop>
</#if>
</#if>
]
<#break>