gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: age restriction: fix minimum age fie


From: gnunet
Subject: [taler-docs] branch master updated: age restriction: fix minimum age field name
Date: Mon, 25 Apr 2022 23:55:23 +0200

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

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 9983421  age restriction: fix minimum age field name
9983421 is described below

commit 9983421472ca332e9a689ae53692c31e45e561dc
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Apr 25 23:55:20 2022 +0200

    age restriction: fix minimum age field name
---
 design-documents/024-age-restriction.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/design-documents/024-age-restriction.rst 
b/design-documents/024-age-restriction.rst
index 107ba71..ac4a7e1 100644
--- a/design-documents/024-age-restriction.rst
+++ b/design-documents/024-age-restriction.rst
@@ -418,7 +418,7 @@ minimum age in response to order claim by the wallet, that 
is, a POST to
 ``[/instances/$INSTANCE]/orders/$ORDER_ID/claim``.
 
 The object ``ContractTerms`` is extended by an optional field
-``required_minimum_age`` that can be any integer greater than 0.  In reality
+``minimum_age`` that can be any integer greater than 0.  In reality
 this value will not be smaller than, say, 8, and not larger than, say, 21.
 
 .. ts:def:: ContractTerms
@@ -429,12 +429,12 @@ this value will not be smaller than, say, 8, and not 
larger than, say, 21.
    // If the order requires a minimum age greater than 0, this field is set
    // to the integer value of that age.  In reality this value will not be
    // smaller than, say, 8, and not larger than, say, 21.
-   required_minimum_age?: Integer;
+   minimum_age?: Integer;
 
    ...
    }
 
-By sending the contract term with the field ``required_minimum_age`` set to an
+By sending the contract term with the field ``minimum_age`` set to an
 non-zero integer value, the merchant implicetly signals that it understands the
 extension ``age_restriction`` for age restriction from the exchange.
 
@@ -443,7 +443,7 @@ Making the payment
 ------------------
 
 If the ``ContractTerms`` had a non-zero value in field
-``required_minimum_age``, the wallet has to provide evidence of that minimum
+``minimum_age``, the wallet has to provide evidence of that minimum
 age by
 
 #. *either* using coins which are of denominations that had *no* age support

-- 
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]