diff --git a/scenario-examples-library/rtm-client-near-pos/RTMClientNearPOS.json b/scenario-examples-library/rtm-client-near-pos/RTMClientNearPOS.json index 8ec020b..b797da5 100644 --- a/scenario-examples-library/rtm-client-near-pos/RTMClientNearPOS.json +++ b/scenario-examples-library/rtm-client-near-pos/RTMClientNearPOS.json @@ -219,7 +219,7 @@ "varName": "consents", "value": { "language": "spel", - "expression": "#UTIL.split(#clientData.consents, '_')" + "expression": "#clientData.consents != null ? #UTIL.split(#clientData.consents, '_') : {}" }, "additionalFields": { "description": "We are transforming and then assigning consents to variable consents", diff --git a/version b/version index 5ebd6ce..57cd920 100644 --- a/version +++ b/version @@ -1 +1 @@ -LIBRARY_DOCKER_IMAGE_VERSION=0.4.0 +LIBRARY_DOCKER_IMAGE_VERSION=0.4.1