commit 90f7faf8691525f475387560d6299b43f378076a
parent 2065626dbcfa6790fdbde384448038630b8107aa
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Fri, 23 Jan 2026 20:16:59 +0900
these fields are optional
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -5554,10 +5554,10 @@ Adding templates
// The time the customer need to pay before his order will be deleted.
// It is deleted if the customer did not pay and if the duration is over.
- pay_duration: RelativeTime;
+ pay_duration?: RelativeTime;
// Minimum age buyer must have (in years). Default is 0.
- minimum_age: Integer;
+ minimum_age?: Integer;
// Inventory-cart: request a tip during instantiation.
// Since protocol **v25**.