gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: improve v10 spec


From: gnunet
Subject: [taler-docs] branch master updated: improve v10 spec
Date: Sun, 03 Mar 2024 11:37:28 +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 5cebfc31 improve v10 spec
5cebfc31 is described below

commit 5cebfc318511380fdb40aa63f112886045e4828a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Mar 3 11:37:24 2024 +0100

    improve v10 spec
---
 core/api-merchant.rst | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index ca0cd351..00e4a7f6 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2762,9 +2762,14 @@ to validate that a customer made a payment.
       // Will match the ``faketime`` argument of the
       // query if one was present, otherwise the current
       // time at the backend.
-      otp_timestamp?: Integer;
+      //
+      // Available since protocol **v10**.
+      otp_timestamp: Integer;
 
-      // Current OTP code of the device.
+      // Current OTP confirmation string of the device.
+      // Matches exactly the string that would be returned
+      // as part of a payment confirmation for the given
+      // amount and time (so may contain multiple OTP codes).
       //
       // If the ``otp_algorithm`` is time-based, the code is
       // returned for the current time, or for the ``faketime``
@@ -2784,7 +2789,7 @@ to validate that a customer made a payment.
       // ``otp_algorithm`` and matching client query arguments.
       //
       // Available since protocol **v10**.
-      otp_code?: Integer;
+      otp_code?: String;
 
    }
 

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