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 15:56:15 +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 ef90fc2  Update
ef90fc2 is described below

commit ef90fc2d9aee00bc7d80d012d5118527340f4ee3
Author: priscilla <priscilla.huang@efrei.net>
AuthorDate: Tue Nov 15 09:55:59 2022 -0500

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 2d3a365..4d1df24 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3209,6 +3209,21 @@ Dynamic template
    }
 
 
+ .. ts:def:: DynamicTemplateWebBrowser
+
+    interface DynamicTemplateWebBrowser {
+
+      // Subject of the template
+      subject?: string;
+
+      // The amount entered by the customer
+      amount?: Amount;
+
+      // The button the user needs to complete his order.
+      button_url: RedirectTemplate;
+
+   }
+
  .. ts:def:: DynamicTemplateResponse
 
     interface DynamicTemplateResponse {

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