summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-21 17:49:54 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-21 17:49:54 +0100
commitb24ffb1440a4146412c6fe7bf79beb2338e439af (patch)
tree9f04bc35bbf3281160a1fdb3b0db9aa22ccdad41 /core
parentf1b3d8742d5675423d84a9f6185b5fdfa5cb9b45 (diff)
downloaddocs-b24ffb1440a4146412c6fe7bf79beb2338e439af.tar.gz
docs-b24ffb1440a4146412c6fe7bf79beb2338e439af.tar.bz2
docs-b24ffb1440a4146412c6fe7bf79beb2338e439af.zip
add pos_algorithm to API
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 091a0d74..012d186a 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;
}