modif sur les rdz
This commit is contained in:
parent
2432b37d64
commit
35440a5eb3
@ -14,7 +14,6 @@
|
||||
|
||||
<#switch cloudEventMsg.action>
|
||||
<#case "C">
|
||||
<#case "U">
|
||||
<#-- *********************************************** Action = CREATE or UPDATE ******************** -->
|
||||
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
|
||||
<#assign carrier_apt = JsonUtil.jsonToMap(dataRfx)>
|
||||
@ -34,6 +33,7 @@
|
||||
]
|
||||
<#break>
|
||||
<#case "U">
|
||||
<#stop "Not yet implemented">
|
||||
<#-- *********************************************** Action = Update ******************** -->
|
||||
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
|
||||
<#assign carrier_apt = JsonUtil.jsonToMap(dataRfx)>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user