gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: add minimum age to products


From: gnunet
Subject: [taler-docs] branch master updated: add minimum age to products
Date: Tue, 18 Jan 2022 16:26:48 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 89ba299  add minimum age to products
89ba299 is described below

commit 89ba2998c2035b7f99cc06ac5430c2c8c8e6fc4e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jan 18 16:26:42 2022 +0100

    add minimum age to products
---
 core/api-merchant.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 19073b3..b2b207e 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1363,6 +1363,9 @@ Adding products to the inventory
       // Identifies when we expect the next restocking to happen.
       next_restock?: Timestamp;
 
+      // Minimum age buyer must have (in years). Default is 0.
+      minimum_age?: Integer;
+
     }
 
 
@@ -1435,6 +1438,9 @@ Adding products to the inventory
       // Identifies when we expect the next restocking to happen.
       next_restock?: Timestamp;
 
+      // Minimum age buyer must have (in years). Default is 0.
+      minimum_age?: Integer;
+
     }
 
 Inspecting inventory
@@ -1526,6 +1532,9 @@ Inspecting inventory
       // Identifies when we expect the next restocking to happen.
       next_restock?: Timestamp;
 
+      // Minimum age buyer must have (in years).
+      minimum_age: Integer;
+
     }
 
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]