Skip to content

Commit

Permalink
Update business functions for credit-cards
Browse files Browse the repository at this point in the history
  • Loading branch information
aliwocha authored Dec 12, 2024
1 parent cd89a91 commit 509bfd7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/main/resources/data/retail/job-profiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,13 @@
"view"
]
},
{
"businessFunction": "Manage Credit Card Limit",
"privileges": [
"view",
"edit"
]
},
{
"businessFunction": "Manage Credit Card Agreement Limit",
"privileges": [
Expand Down Expand Up @@ -519,6 +526,13 @@
"cancel"
]
},
{
"businessFunction": "Manage Credit Card Limit",
"privileges": [
"view",
"edit"
]
},
{
"businessFunction": "Manage Credit Card Agreement Limit",
"privileges": [
Expand Down

0 comments on commit 509bfd7

Please sign in to comment.