commit b24ffb1440a4146412c6fe7bf79beb2338e439af
parent f1b3d8742d5675423d84a9f6185b5fdfa5cb9b45
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 21 Feb 2023 17:49:54 +0100
add pos_algorithm to API
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git 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;
}