gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: Update


From: gnunet
Subject: [taler-docs] branch master updated: Update
Date: Tue, 15 Nov 2022 12:00:31 +0100

This is an automated email from the git hooks/post-receive script.

priscilla-huang pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 00b5b25  Update
00b5b25 is described below

commit 00b5b2599491a92648f85ba32d1f239cd898e9f8
Author: priscilla <priscilla.huang@efrei.net>
AuthorDate: Tue Nov 15 06:00:23 2022 -0500

    Update
---
 core/api-merchant.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 69d2ca5..4df7a13 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.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]