commit 2d68c5478a5c920b1fb34c9eea4c51984f709a17
parent 3c92b8e9b52b726aa0f21255114b9743b3fc458d
Author: Florian Dold <dold@taler.net>
Date: Fri, 11 Sep 2026 19:31:00 +0200
merchant API docs: include refunds in the order-pos scope
Issue: https://bugs.taler.net/n/11767
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -406,9 +406,9 @@ and the permissions they grant are:
@since **v19**
* - ``order-pos``
- ``orders-read``, ``orders-write``, ``pos-read``, ``products-lock``,
- ``products-read``
+ ``products-read``, ``orders-refund``
- Same as ``order-simple`` and allows inventory locking (@since **v19**),
- and ``products-read`` since **v32**.
+ ``products-read`` since **v32**, and granting refunds.
* - ``order-mgmt``
- ``orders-read``, ``orders-write``, ``pos-read``, ``orders-refund``
- Same as ``order-simple``, plus reading the point-of-sale configuration