commit 00b5b2599491a92648f85ba32d1f239cd898e9f8
parent c8f158c75c424a8aefb19e5e6638ae71820b711a
Author: priscilla <priscilla.huang@efrei.net>
Date: Tue, 15 Nov 2022 06:00:23 -0500
Update
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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.