gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: add links


From: gnunet
Subject: [taler-docs] branch master updated: add links
Date: Mon, 30 Oct 2023 15:54:40 +0100

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 52ae3b27 add links
52ae3b27 is described below

commit 52ae3b276b6527ab4e5d8a19982c5cd3fa5784e5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Oct 30 15:54:34 2023 +0100

    add links
---
 taler-user-guide.rst | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/taler-user-guide.rst b/taler-user-guide.rst
index e685ede4..39bbf69c 100644
--- a/taler-user-guide.rst
+++ b/taler-user-guide.rst
@@ -294,9 +294,10 @@ you can specify which URL, which HTTP headers, which HTTP 
method and what HTTP
 body to send to the Webhook.  Webhooks are automatically retried (with
 increasing delays) when the target server returns a temporary error.
 
-Mustach templates are used when defining the contents of Webhooks.  Depending
-on the triggering event, the templates will be expanded with event-specific
-data.
+`Mustach templates <https://mustache.github.io/mustache.5.html>__` are used
+when defining the contents of Webhooks.  Depending on the triggering event,
+the templates will be expanded with event-specific data.
+
 
 Pay events
 ----------
@@ -304,7 +305,7 @@ Pay events
 For "pay" events, the backend will provide the following
 information to the Mustach templating engine:
 
-  * contract_terms: the contract terms of the paid order
+  * :ref:`contract_terms <contract-terms>`: the contract terms of the paid 
order
   * order_id: the ID of the order that received the refund
 
 
@@ -316,7 +317,7 @@ Mustach templating engine:
 
   * timestamp: time of the refund (in nanoseconds since 1970)
   * order_id: the ID of the order that received the refund
-  * contract_terms: the full JSON of the contract terms of the refunded order
+  * :ref:`contract_terms <contract-terms>`: the full JSON of the contract 
terms of the refunded order
   * refund_amout: the amount that was being refunded
   * reason: the reason entered by the merchant staff for granting the refund;
     be careful, you probably want to inform your staff if a webhook may expose

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