summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorpriscilla <priscilla.huang@efrei.net>2022-11-15 06:12:50 -0500
committerpriscilla <priscilla.huang@efrei.net>2022-11-15 06:12:50 -0500
commitecd4d61f00e56494bfe384e4f2dae75b0e3307b0 (patch)
tree9babccd4b6497bfb9fea9334578dde399f75717c /core/api-merchant.rst
parentc303c65074e5a4aa3c8ed38309ea96adbc0fd8ca (diff)
downloaddocs-ecd4d61f00e56494bfe384e4f2dae75b0e3307b0.tar.gz
docs-ecd4d61f00e56494bfe384e4f2dae75b0e3307b0.tar.bz2
docs-ecd4d61f00e56494bfe384e4f2dae75b0e3307b0.zip
Update
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 1db9c6b0..91c50e91 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3077,7 +3077,7 @@ Adding templates
// Template ID to use.
template_id: string;
- // Human-readable summary for the template.
+ // Human-readable description for the template.
template_descripton: string;
// The price is imposed by the merchant and cannot be changed by the customer.
@@ -3125,7 +3125,7 @@ Editing templates
interface TemplatePatchDetail {
- // Human-readable summary for the template.
+ // Human-readable description for the template.
template_descripton: string;
// The price is imposed by the merchant and cannot be changed by the customer.
@@ -3208,7 +3208,7 @@ The `TemplatesEntry` object describes a template. It has the following structure
interface TemplateDetail {
- // Human-readable summary for the template.
+ // Human-readable description for the template.
template_descripton: string;
// The price is imposed by the merchant and cannot be changed by the customer.