summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-14 13:31:27 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-14 13:31:27 +0100
commit71fb082d165605b2ffbfbc35a906c3339b3af7fe (patch)
tree7f2d55ade57af9ab7f10b75b4d519b159767181d /core
parent8a254429aed0255e212cf8a38e65d831fb7f011d (diff)
downloaddocs-71fb082d165605b2ffbfbc35a906c3339b3af7fe.tar.gz
docs-71fb082d165605b2ffbfbc35a906c3339b3af7fe.tar.bz2
docs-71fb082d165605b2ffbfbc35a906c3339b3af7fe.zip
-use pos_key
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst10
1 files changed, 4 insertions, 6 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 64a7f943..1ff0df22 100644
--- 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;