merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 386f1e4126f0c9abe8009cc3e585eebb75773033
parent 567107a79abf3ad446901ec5d4602ea5a5e2b17c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  5 Aug 2026 15:10:00 +0200

unify name: inventory-lock was old, products-lock is the new name

Diffstat:
Msrc/backend/taler-merchant-httpd_auth.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

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,inventory-lock" + .permissions = "orders-read,orders-write,pos-read,products-lock" }, /* Simple order management, also allows refunding */ { @@ -109,7 +109,7 @@ static struct ScopePermissionMap scope_permissions[] = { { .as = TMH_AS_ORDER_FULL, .name = "order-full", - .permissions = "orders-read,orders-write,pos-read,inventory-lock,orders-refund" + .permissions = "orders-read,orders-write,pos-read,products-lock,orders-refund" }, /* No permissions, dummy scope */ {