taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit fced164e2f1aaea52e2a0d34377e77a7bbca35d7
parent e97fc0978a353650f084f0c5d9702becc1f1e053
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 25 May 2024 21:47:22 +0200

-FIX: it is a list

Diffstat:
Mcore/api-merchant.rst | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -1724,6 +1724,7 @@ Managing product categories interface CategoryListResponse { + // Array with all of the categories we know. categories: CategoryListEntry[]; }