summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorpriscilla <priscilla.huang@efrei.net>2022-11-25 06:03:43 -0500
committerpriscilla <priscilla.huang@efrei.net>2022-11-25 06:03:43 -0500
commit8816850470a292ef20cb1e1611e17e627457aa30 (patch)
treeaca352aaea06031599a3392752f17abcf35a9151 /core
parent65f96582ab9780b4121e2d0cef24e73144e8fe94 (diff)
downloaddocs-8816850470a292ef20cb1e1611e17e627457aa30.tar.gz
docs-8816850470a292ef20cb1e1611e17e627457aa30.tar.bz2
docs-8816850470a292ef20cb1e1611e17e627457aa30.zip
update
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 4c493c7b..0f8de0fa 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -16,6 +16,7 @@
@author Marcello Stanisci
@author Florian Dold
@author Christian Grothoff
+ @author Priscilla Huang
.. _merchant-api:
@@ -3198,7 +3199,7 @@ Using template
.. ts:def:: UsingTemplateDetails
- interface UsingTemplateDetails {
+ interface UsingTemplateDetails {
// Subject of the template
subject?: string;
@@ -3208,7 +3209,7 @@ Using template
}
- .. ts:def:: UsingTemplateResponse
+ .. ts:def:: UsingTemplateResponse
interface UsingTemplateResponse {