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 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.