From bf828ef1ccedc1ae8289f52aee3082ec6427b051 Mon Sep 17 00:00:00 2001 From: amanowicz <46369409+amanowicz@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:53:55 +0200 Subject: [PATCH] DLTI-4188 Add Manage Credit Card Limit BF for Retail users (#296) --- src/main/resources/data/retail/job-profiles.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/main/resources/data/retail/job-profiles.json b/src/main/resources/data/retail/job-profiles.json index de43e2fb..acfed014 100644 --- a/src/main/resources/data/retail/job-profiles.json +++ b/src/main/resources/data/retail/job-profiles.json @@ -196,6 +196,13 @@ "privileges": [ "view" ] + }, + { + "businessFunction": "Manage Credit Card Limit", + "privileges": [ + "view", + "edit" + ] } ] }, @@ -511,7 +518,14 @@ "approve", "cancel" ] + }, + { + "businessFunction": "Manage Credit Card Limit", + "privileges": [ + "view", + "edit" + ] } ] } -] \ No newline at end of file +]