diff --git a/src/main/resources/data/retail/job-profiles.json b/src/main/resources/data/retail/job-profiles.json index 204a4b49..0a740a69 100644 --- a/src/main/resources/data/retail/job-profiles.json +++ b/src/main/resources/data/retail/job-profiles.json @@ -151,7 +151,8 @@ { "businessFunction": "Manage Cards", "privileges": [ - "view" + "view", + "create" ] }, { @@ -341,7 +342,8 @@ { "businessFunction": "Manage Cards", "privileges": [ - "view" + "view", + "create" ] }, { @@ -512,4 +514,4 @@ } ] } -] \ No newline at end of file +]