commit de228e81ce6f2ac4aa2ac81f43c3f3951d378525
parent 96c5fa2db06b3adce92b855c6223c123dd003c32
Author: bohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com>
Date: Tue, 18 Aug 2026 12:11:03 +0200
bump permissions of the order-pos
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_auth.c b/src/backend/taler-merchant-httpd_auth.c
@@ -97,7 +97,7 @@ static struct ScopePermissionMap scope_permissions[] = {
{
.as = TMH_AS_ORDER_POS,
.name = "order-pos",
- .permissions = "orders-read,orders-write,pos-read,products-lock"
+ .permissions = "orders-read,orders-write,pos-read,products-read,products-lock"
},
/* Simple order management, also allows refunding */
{