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:29:28 +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 ea7f2170 pos -> otp  is clearer
ea7f2170 is described below

commit ea7f2170ae9ee5e1d8de1fc74544280c17a55cc9
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Wed Aug 30 21:29:24 2023 +0200

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index be66fa83..7b77aba0 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3013,10 +3013,10 @@ to validate that a customer made a payment.
     interface OtpDeviceAddDetails {
 
       // Device ID to use.
-      device_id: string;
+      otp_device_id: string;
 
       // Human-readable description for the device.
-      device_description: string;
+      otp_device_description: string;
 
       // A base64-encoded key
       otp_key: string;
@@ -3052,7 +3052,7 @@ to validate that a customer made a payment.
    interface OtpDevicePatchDetails {
 
      // Human-readable description for the device.
-     device_description: string;
+     otp_device_description: string;
 
      // A base64-encoded key
      otp_key: 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]