taler-docs

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

commit ceb4af73baa49b199772a37dd1c4405ec3c1938e
parent ad486bbbe544898cbac16f74a4ad8dbc76f0ca01
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri, 11 Apr 2025 16:51:51 +0200

re-add minimum_age

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -2750,6 +2750,9 @@ Creating orders // messages. fulfillment_message_i18n?: { [lang_tag: string]: string }; + // Minimum age the buyer must have to buy. + minimum_age?: Integer; + // List of products that are part of the purchase. products?: Product[];