diff options
Diffstat (limited to 'examples/examples-grpc/src/main/resources/logic/ReceivePMSubscriptionTask.js')
-rw-r--r-- | examples/examples-grpc/src/main/resources/logic/ReceivePMSubscriptionTask.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/examples-grpc/src/main/resources/logic/ReceivePMSubscriptionTask.js b/examples/examples-grpc/src/main/resources/logic/ReceivePMSubscriptionTask.js index 0134b6bca..ea3a9e494 100644 --- a/examples/examples-grpc/src/main/resources/logic/ReceivePMSubscriptionTask.js +++ b/examples/examples-grpc/src/main/resources/logic/ReceivePMSubscriptionTask.js @@ -1,6 +1,7 @@ /* * ============LICENSE_START======================================================= * Copyright (C) 2020 Nordix. All rights reserved. + * Modifications Copyright (C) 2022 Bell Canada. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +24,7 @@ var HashMapType = java.util.HashMap; //albumID will be used to fetch info from our album later var albumID = uuidType.fromString("d0050623-18e5-46c9-9298-9a567990cd7c"); -var pmSubscriptionInfo = executor.getContextAlbum("PMSubscriptionAlbum").getSchemaHelper().createNewInstance(); +var pmSubscriptionInfo = new java.util.HashMap(); var returnValue = true;; if (executor.inFields.get("policyName") != null) { |