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 14:23:36 +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 fc65da6  Update
fc65da6 is described below

commit fc65da690439643e799d46f2cfe295be4b5fef4a
Author: priscilla <priscilla.huang@efrei.net>
AuthorDate: Tue Nov 15 08:23:24 2022 -0500

    Update
---
 core/api-merchant.rst | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 58c20fb..05ea9a5 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3109,6 +3109,7 @@ Adding templates
    }
 
 
+
 Editing templates
 -----------------
 
@@ -3243,17 +3244,18 @@ Removing template
 
 
 
-Adding public template
-----------------------
+
+Dynamic template
+---------------
 
 .. http:post:: [/instances/$INSTANCES]/templates/$TEMPLATE_ID
 
-   This is used to adding public template. This public template can be 
modified by everyone.
+   This dynamic template can be modified by everyone and will be used to 
create order.
 
 
    **Request:**
 
-   The request must be a `PublicTemplateDetails`.
+   The request must be a `DynamicTemplateDetails`.
 
 
    **Response:**
@@ -3264,16 +3266,15 @@ Adding public template
      The merchant instance is unknown or it is not in our data.
 
 
- .. ts:def:: PublicTemplateDetails
+ .. ts:def:: DynamicTemplateDetails
 
-    interface PublicTemplateDetails {
+    interface DynamicTemplateDetails {
 
       // Subject of the template
       subject: string;
 
       // The amount entered by the customer
       amount: Amount;
-
    }
 
 

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