Skip to content

Commit c33e7b6

Browse files
authored
feat(auth): add permissions for customAmount in payment-stripe create checkout (#211)
1 parent 7586dfc commit c33e7b6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

microservices/authorization/migrations/permissions/list/models/payment-stripe.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,14 @@
11261126
"out": {
11271127
"admin": "allow"
11281128
}
1129+
},
1130+
"customAmount": {
1131+
"in": {
1132+
"admin": "allow"
1133+
},
1134+
"out": {
1135+
"admin": "allow"
1136+
}
11291137
}
11301138
},
11311139
"createdAt": "2023-05-26T13:01:39.186Z"

0 commit comments

Comments
 (0)