diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-08-09 13:00:35 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-08-09 13:00:35 +0200 |
commit | 9c7765447e2a84a6dbfa4e908981542461a28538 (patch) | |
tree | 0cc52ecec8a9f63184a9586d990a280c75c0041d /design-documents/007-payment.rst | |
parent | 8d7143629b608f0412a1ca77df3c78fcf30b7440 (diff) | |
download | docs-9c7765447e2a84a6dbfa4e908981542461a28538.tar.gz docs-9c7765447e2a84a6dbfa4e908981542461a28538.tar.bz2 docs-9c7765447e2a84a6dbfa4e908981542461a28538.zip |
remove claim token
Diffstat (limited to 'design-documents/007-payment.rst')
-rw-r--r-- | design-documents/007-payment.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design-documents/007-payment.rst b/design-documents/007-payment.rst index 0b4ca4a..1de6f6f 100644 --- a/design-documents/007-payment.rst +++ b/design-documents/007-payment.rst @@ -152,7 +152,7 @@ The merchant backend runs the following steps to generate the HTML page for :: - taler{proto_suffix}://pay/{/merchant_prefix*}/{order-id}/{session-ID}?c={claim-token} + taler{proto_suffix}://pay/{/merchant_prefix*}/{order-id}/{session-ID} The generated Web site should long-poll to check for the payment happening. It should then redirect to the *fulfillment-URL* of the order once |