summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-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.