summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index d41efdc3..4c493c7b 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3107,7 +3107,7 @@ Inspecting template
-The `TemplatesEntry` object describes a template. It has the following structure:
+ The `TemplatesEntry` object describes a template. It has the following structure:
@@ -3196,16 +3196,16 @@ Using template
The merchant instance is unknown or the template is unknown.
- .. ts:def:: UsingTemplateDetails
+ .. ts:def:: UsingTemplateDetails
- interface UsingTemplateDetails {
+ interface UsingTemplateDetails {
// Subject of the template
subject?: string;
// The amount entered by the customer.
amount?: Amount;
- }
+ }
.. ts:def:: UsingTemplateResponse