taler-docs

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

commit 5790014145806b02def774faf3ca1131857c3dde
parent e5ac160840b7544dab21cda01002f75b32021501
Author: Nullptrderef <nullptrderef@proton.me>
Date:   Sat, 25 May 2024 21:34:27 +0200

use products, not product_ids - productsummaries arent just ids!

Diffstat:
Mcore/api-merchant.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -1764,8 +1764,8 @@ Managing product categories // languages. name_i18n?: { [lang_tag: string]: string }; - // IDs of the products in this category. - product_ids: ProductSummary[]; + // The products in this category. + products: ProductSummary[]; }