gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: pos -> otp is clearer


From: gnunet
Subject: [taler-docs] branch master updated: pos -> otp is clearer
Date: Wed, 30 Aug 2023 21:22:44 +0200

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 3d86a117 pos -> otp  is clearer
3d86a117 is described below

commit 3d86a117430cd08567b6d6933734231898cdcc1d
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Wed Aug 30 21:22:40 2023 +0200

    pos -> otp  is clearer
---
 core/api-merchant.rst | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 02888843..be66fa83 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3019,13 +3019,13 @@ to validate that a customer made a payment.
       device_description: string;
 
       // A base64-encoded key
-      pos_key: string;
+      otp_key: string;
 
       // Algorithm for computing the POS confirmation.
-      pos_algorithm: Integer;
+      otp_algorithm: Integer;
 
       // Counter for counter-based OTP devices.
-      pos_ctr?: Integer;
+      otp_ctr?: Integer;
     }
 
 
@@ -3055,13 +3055,13 @@ to validate that a customer made a payment.
      device_description: string;
 
      // A base64-encoded key
-     pos_key: string;
+     otp_key: string;
 
      // Algorithm for computing the POS confirmation.
-     pos_algorithm: Integer;
+     otp_algorithm: Integer;
 
      // Counter for counter-based OTP devices.
-     pos_ctr?: Integer;
+     otp_ctr?: Integer;
   }
 
 
@@ -3116,10 +3116,10 @@ to validate that a customer made a payment.
       device_description: string;
 
       // Algorithm for computing the POS confirmation.
-      pos_algorithm: Integer;
+      otp_algorithm: Integer;
 
       // Counter for counter-based OTP devices.
-      pos_ctr?: Integer;
+      otp_ctr?: 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]