summaryrefslogtreecommitdiff
path: root/example-essay-store.rst
diff options
context:
space:
mode:
Diffstat (limited to 'example-essay-store.rst')
-rw-r--r--example-essay-store.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/example-essay-store.rst b/example-essay-store.rst
index 102e54db..2a240f86 100644
--- a/example-essay-store.rst
+++ b/example-essay-store.rst
@@ -41,7 +41,9 @@ offer URL returns a HTML page that can either show a pay-form in case Taler is n
in the user's browser or download the contract from the merchant.
If the user has Taler installed and wants to pay, the wallet will POST the coins to a URL
of the form:
+
`https://blog.demo.taler.net/pay?uuid=${contract_hashcode}`
+
The URL comes with the contract's hashcode because each contract is an entry in
the merchant's state, so it can mark it as ``payed`` whenever it receives coins.