gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: document fulfillment_message


From: gnunet
Subject: [taler-docs] branch master updated: document fulfillment_message
Date: Tue, 11 May 2021 12:39:17 +0200

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

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 2afd0f7  document fulfillment_message
2afd0f7 is described below

commit 2afd0f70a9f760a7e2798c7de0708b6c3e08b270
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue May 11 12:39:12 2021 +0200

    document fulfillment_message
---
 core/api-merchant.rst | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index c1de77e..56a9187 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2803,10 +2803,19 @@ The contract terms must have the following structure:
     amount: Amount;
 
     // The URL for this purchase.  Every time it is visited, the merchant
-    // will send back to the customer the same proposal.  Clearly, this URL
-    // can be bookmarked and shared by users.
+    // will send back to the customer the same proposal.
+    // The URL should be bookmarkable.
+    // Either fulfillment_url or fulfillment_message must be specified.
     fulfillment_url?: string;
 
+    // Message shown to the customer after paying for the order.
+    // Either fulfillment_url or fulfillment_message must be specified.
+    fulfillment_message?: string;
+
+    // Map from IETF BCP 47 language tags to localized fulfillment
+    // messages.
+    fulfillment_message_i18n: { [lang_tag: string]: string };
+
     // Maximum total deposit fee accepted by the merchant for this contract.
     max_fee: 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]