taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 3ec1729010fa03051f303d957297d7d7e0b03eba
parent 49274bc65acdb9feb4e611ff6bc7464a5f6fcbe8
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed, 17 Feb 2016 04:58:20 +0100

remark

Diffstat:
Mexample-essay-store.rst | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/example-essay-store.rst b/example-essay-store.rst @@ -36,7 +36,8 @@ In step 2, the `taler-execute-contract` event has the following parameters: * `H_contract`: hash of the contract that was restored * `payment_url`: The internal URL `/pay?H_contract=...` of the essay store, will set the server-side session state - for the article associated with the contract hash on successful coin deposit + for the article associated with the contract hash on successful coin deposit. When the contract is + fetched, the contract hash is associated with the article name in the server-side session state. * `offer_url`: Link to a teaser page (`/teaser?name=...`), which also contains a link to the article page, without the `tid` parameter.