correction sur HsaItmLv

This commit is contained in:
Laure Pascal 2023-09-05 15:59:11 +02:00
parent 4feae053f2
commit 39b18a45b7

View File

@ -29,7 +29,7 @@
<#case "D"> <#case "D">
<#-- *********************************************** Action = DELETE ******************** --> <#-- *********************************************** Action = DELETE ******************** -->
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) /> <#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
<#assign item = JsonUtil.jsonToMap(dataRfx)> <#assign lv = JsonUtil.jsonToMap(dataRfx)>
[ [
{ {
<#assign apiReflexPlatformID = ApiReflexPlatformID.ItemLogisticVariantRemoved> <#assign apiReflexPlatformID = ApiReflexPlatformID.ItemLogisticVariantRemoved>