summaryrefslogtreecommitdiff
path: root/taler-mcig.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-mcig.rst')
-rw-r--r--taler-mcig.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/taler-mcig.rst b/taler-mcig.rst
index 52ccf227..1140e891 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