gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: -use pos_key


From: gnunet
Subject: [taler-docs] branch master updated: -use pos_key
Date: Tue, 14 Feb 2023 13:31:36 +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 71fb082  -use pos_key
     new b097011  Merge branch 'master' of git+ssh://git.taler.net/docs
71fb082 is described below

commit 71fb082d165605b2ffbfbc35a906c3339b3af7fe
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Feb 14 13:31:27 2023 +0100

    -use pos_key
---
 core/api-merchant.rst | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 64a7f94..1ff0df2 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3122,10 +3122,9 @@ Editing templates
       // Human-readable description for the template.
       template_description: string;
 
-      // A base64-encoded image selected by the merchant.
+      // A base64-encoded key of the point-of-sale.
       // This parameter is optional.
-      // We are not sure about it.
-      image?: ImageDataUrl;
+      pos_key?: string;
 
       // Additional information in a separate template.
       template_contract: TemplateContractDetails;
@@ -3192,10 +3191,9 @@ Inspecting template
       // Human-readable description for the template.
       template_description: string;
 
-      // A base64-encoded image selected by the merchant.
+      // A base64-encoded key of the point-of-sale.
       // This parameter is optional.
-      // We are not sure about it.
-      image?: ImageDataUrl;
+      pos_key?: string;
 
       // Additional information in a separate template.
       template_contract: TemplateContractDetails;

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