taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 6042af538c4f8c36b7301bdb53fcf7902f8c98f3
parent 1a5b6f3e04ea32036e22c043eafd3654efb5fccc
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 21 Feb 2023 18:03:22 +0100

make pos_algo optional

Diffstat:
Mcore/api-merchant.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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;