gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: make pos_algo optional


From: gnunet
Subject: [taler-docs] branch master updated: make pos_algo optional
Date: Tue, 21 Feb 2023 18:03:24 +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 6042af5  make pos_algo optional
6042af5 is described below

commit 6042af538c4f8c36b7301bdb53fcf7902f8c98f3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Feb 21 18:03:22 2023 +0100

    make pos_algo optional
---
 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 012d186..6c74e00 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3070,7 +3070,7 @@ Adding templates
       pos_key?: string;
 
       // Algorithm for computing the POS confirmation, 0 for none.
-      pos_algorithm: Integer;
+      pos_algorithm?: Integer;
 
       // Additional information in a separate template.
       template_contract: TemplateContractDetails;
@@ -3134,7 +3134,7 @@ Editing templates
       pos_key?: string;
 
       // Algorithm for computing the POS confirmation, 0 for none.
-      pos_algorithm: Integer;
+      pos_algorithm?: Integer;
 
       // Additional information in a separate template.
       template_contract: TemplateContractDetails;
@@ -3206,7 +3206,7 @@ Inspecting template
       pos_key?: string;
 
       // Algorithm for computing the POS confirmation, 0 for none.
-      pos_algorithm: Integer;
+      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]