summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorpriscilla <priscilla.huang@efrei.net>2022-11-15 06:00:23 -0500
committerpriscilla <priscilla.huang@efrei.net>2022-11-15 06:00:23 -0500
commit00b5b2599491a92648f85ba32d1f239cd898e9f8 (patch)
treef18b79c4b11155f437055b4f53cc8f4dd2844d45 /core
parentc8f158c75c424a8aefb19e5e6638ae71820b711a (diff)
downloaddocs-00b5b2599491a92648f85ba32d1f239cd898e9f8.tar.gz
docs-00b5b2599491a92648f85ba32d1f239cd898e9f8.tar.bz2
docs-00b5b2599491a92648f85ba32d1f239cd898e9f8.zip
Update
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 69d2ca5b..4df7a135 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3079,7 +3079,7 @@ Adding templates
// The price is imposed by the merchant and cannot be changed by the customer.
// This parametrer is optional.
- price_imposed?: Amount;
+ amount?: Amount;
// A base64-encoded image selected by the merchant.
// This parameter is optional.
@@ -3139,7 +3139,7 @@ Editing templates
// The price is imposed by the merchant and cannot be changed by the customer.
// This parametrer is optional.
- price_imposed?: Amount;
+ amount?: Amount;
// A base64-encoded image selected by the merchant.
// This parameter is optional.
@@ -3219,7 +3219,7 @@ The `TemplatesEntry` object describes a template. It has the following structure
// The price is imposed by the merchant and cannot be changed by the customer.
// This parametrer is optional.
- price_imposed: Amount;
+ amount: Amount;
// A base64-encoded image selected by the merchant.
// This parameter is optional.