commit 71fb082d165605b2ffbfbc35a906c3339b3af7fe
parent 8a254429aed0255e212cf8a38e65d831fb7f011d
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 14 Feb 2023 13:31:27 +0100
-use pos_key
Diffstat:
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -3122,10 +3122,9 @@ Editing templates
// Human-readable description for the template.
template_description: string;
- // A base64-encoded image selected by the merchant.
+ // A base64-encoded key of the point-of-sale.
// This parameter is optional.
- // We are not sure about it.
- image?: ImageDataUrl;
+ pos_key?: string;
// Additional information in a separate template.
template_contract: TemplateContractDetails;
@@ -3192,10 +3191,9 @@ Inspecting template
// Human-readable description for the template.
template_description: string;
- // A base64-encoded image selected by the merchant.
+ // A base64-encoded key of the point-of-sale.
// This parameter is optional.
- // We are not sure about it.
- image?: ImageDataUrl;
+ pos_key?: string;
// Additional information in a separate template.
template_contract: TemplateContractDetails;