taler-docs

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

commit 5d2926ef1e7b1055ed67a2b475d3658436f7d195
parent 1a0b90a645752152da6ffd1fe8279acdcb26a01e
Author: Dennis Neufeld <dennis.neufeld@students.bfh.ch>
Date:   Tue, 10 Nov 2020 12:15:32 +0100

anastasis reducer fix

Diffstat:
Manastasis.rst | 42+++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/anastasis.rst b/anastasis.rst @@ -1149,9 +1149,9 @@ Arguments (example): "identity_attributes": { "full_name": "Max Musterman", "social_security_number": "123456789", - "birth_year": "2000", - "birth_month": "01", - "birth_day": "01" + "birth_year": 2000, + "birth_month": 1, + "birth_day": 1 } } @@ -1281,9 +1281,9 @@ Expected new state (backup process): "identity_attributes": { "full_name": "Max Musterman", "social_security_number": "123456789", - "birth_year": "2000", - "birth_month": "01", - "birth_day": "01" + "birth_year": 2000, + "birth_month": 1, + "birth_day": 1 } } @@ -1503,9 +1503,9 @@ Expected new state: "identity_attributes": { "full_name": "Max Musterman", "social_security_number": "123456789", - "birth_year": "2000", - "birth_month": "01", - "birth_day": "01" + "birth_year": 2000, + "birth_month": 1, + "birth_day": 1 }, "authentication_methods": [ { @@ -1717,9 +1717,9 @@ Expected new state: "identity_attributes": { "full_name": "Max Musterman", "social_security_number": "123456789", - "birth_year": "2000", - "birth_month": "01", - "birth_day": "01" + "birth_year": 2000, + "birth_month": 1, + "birth_day": 1 }, "authentication_methods": [ { @@ -1934,9 +1934,9 @@ Expected new state: "identity_attributes": { "full_name": "Max Musterman", "social_security_number": "123456789", - "birth_year": "2000", - "birth_month": "01", - "birth_day": "01" + "birth_year": 2000, + "birth_month": 1, + "birth_day": 1 }, "authentication_methods": [ { @@ -2197,9 +2197,9 @@ Expected new state: "identity_attributes": { "full_name": "Max Musterman", "social_security_number": "123456789", - "birth_year": "2000", - "birth_month": "01", - "birth_day": "01" + "birth_year": 2000, + "birth_month": 1, + "birth_day": 1 }, "authentication_methods": [ { @@ -2450,9 +2450,9 @@ Expected new state: "identity_attributes": { "full_name": "Max Musterman", "social_security_number": "123456789", - "birth_year": "2000", - "birth_month": "01", - "birth_day": "01" + "birth_year": 2000, + "birth_month": 1, + "birth_day": 1 }, "authentication_methods": [ {