summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorpriscilla <priscilla.huang@efrei.net>2022-11-25 06:00:40 -0500
committerpriscilla <priscilla.huang@efrei.net>2022-11-25 06:00:40 -0500
commit65f96582ab9780b4121e2d0cef24e73144e8fe94 (patch)
treeef7882464f8d70d0b4a79673c121faeb4df17a18 /core
parent58df8306a432688941c4c1fabb0b2cb0da284163 (diff)
downloaddocs-65f96582ab9780b4121e2d0cef24e73144e8fe94.tar.gz
docs-65f96582ab9780b4121e2d0cef24e73144e8fe94.tar.bz2
docs-65f96582ab9780b4121e2d0cef24e73144e8fe94.zip
update
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