Skip to content

Commit

Permalink
DLTI-4188 Add Manage Credit Card Limit BF for Retail users (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanowicz authored Sep 10, 2024
1 parent 3df4d52 commit bf828ef
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/main/resources/data/retail/job-profiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,13 @@
"privileges": [
"view"
]
},
{
"businessFunction": "Manage Credit Card Limit",
"privileges": [
"view",
"edit"
]
}
]
},
Expand Down Expand Up @@ -511,7 +518,14 @@
"approve",
"cancel"
]
},
{
"businessFunction": "Manage Credit Card Limit",
"privileges": [
"view",
"edit"
]
}
]
}
]
]

0 comments on commit bf828ef

Please sign in to comment.