gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: add pos_algorithm to API


From: gnunet
Subject: [taler-docs] branch master updated: add pos_algorithm to API
Date: Tue, 21 Feb 2023 17:50:04 +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 b24ffb1  add pos_algorithm to API
     new 1a5b6f3  Merge branch 'master' of git+ssh://git.taler.net/docs
b24ffb1 is described below

commit b24ffb1440a4146412c6fe7bf79beb2338e439af
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Feb 21 17:49:54 2023 +0100

    add pos_algorithm to API
---
 core/api-merchant.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 091a0d7..012d186 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3069,6 +3069,9 @@ Adding templates
       // This parameter is optional.
       pos_key?: string;
 
+      // Algorithm for computing the POS confirmation, 0 for none.
+      pos_algorithm: Integer;
+
       // Additional information in a separate template.
       template_contract: TemplateContractDetails;
    }
@@ -3130,6 +3133,9 @@ Editing templates
       // This parameter is optional.
       pos_key?: string;
 
+      // Algorithm for computing the POS confirmation, 0 for none.
+      pos_algorithm: Integer;
+
       // Additional information in a separate template.
       template_contract: TemplateContractDetails;
 
@@ -3199,6 +3205,9 @@ Inspecting template
       // This parameter is optional.
       pos_key?: string;
 
+      // Algorithm for computing the POS confirmation, 0 for none.
+      pos_algorithm: Integer;
+
       // 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]