gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: partially explain ‘${ORDER_ID}’ hack


From: gnunet
Subject: [taler-docs] branch master updated: partially explain ‘${ORDER_ID}’ hack in fulfillment URI
Date: Tue, 23 Mar 2021 21:46:37 +0100

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

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new eebd0b2  partially explain ‘${ORDER_ID}’ hack in fulfillment URI
eebd0b2 is described below

commit eebd0b2be304080faea953db8e5296a36b3ed981
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Tue Mar 23 16:45:56 2021 -0400

    partially explain ‘${ORDER_ID}’ hack in fulfillment URI
    
    (This edit includes a FIXME/question because i don't understand the phrase
    "POSTing to the merchant" in the original (core/api-merchant.rst) text.)
---
 taler-mcig.rst | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/taler-mcig.rst b/taler-mcig.rst
index 52ccf22..1140e89 100644
--- a/taler-mcig.rst
+++ b/taler-mcig.rst
@@ -250,9 +250,11 @@ are demonstrated in the next section.
 
   The fulfillment URI is normally included in the contract.
   You specify it in :http:post:`[/instances/$INSTANCE]/private/orders`.
-  NOTE: explain hack to have the backend include the order ID in
-  the fulfillment URI somewhere (useful if the backend auto-generates
-  an order ID).
+
+  If the fulfillment URI contains the literal string ``${ORDER_ID}``
+  (including curly braces), that will be replaced by the order ID when
+  POSTing to the merchant.  (FIXME: What does "POSTing to the merchant" mean?)
+  This is useful when the backend auto-generates the order ID.
 
 
 Sample Interaction Traces

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