diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-08-26 16:10:48 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-08-26 16:10:48 +0200 |
commit | a40d42d618cbd5ea9a42f0a2ad90e0f54f914ccf (patch) | |
tree | a8e7e93ab80fe8f06c8fb144129b1939e294f80e /articles/ui | |
parent | 36eaca40d6f5c92c5a0671e0462b7931802a7ab7 (diff) |
cut
Diffstat (limited to 'articles/ui')
-rw-r--r-- | articles/ui/ui.tex | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/articles/ui/ui.tex b/articles/ui/ui.tex index 63f7ddb0f..e06240a57 100644 --- a/articles/ui/ui.tex +++ b/articles/ui/ui.tex @@ -860,18 +860,14 @@ the {\em fulfillment} URL provided by the merchant in the contract \begin{lstlisting} HTTP/1.1 402 Payment Required Content-Type: text/html; charset=UTF-8 -X-Taler-Contract-Hash: 2BAH2AT4GSG5JRM2W4YWTSYGY66EK4X8CX2V69D5VF7XV703AJMG +X-Taler-Contract-Hash: 2BAH2AT4GSG5JRM2W4YWTSYGY66EK4X8CX2V69D5VF7XV703AJMG... X-Taler-Offer-Url: https://shop/article/42 X-Taler-Pay-Url: https://shop/pay -... <!DOCTYPE html> <html> - ... <!-- fallback for browsers without the Taler extension --> - You do not seem to have Taler installed, here are - other payment options: - ... + You do not seem to have Taler installed, here are other payment options ... </html> \end{lstlisting} \caption{Sample HTTP response when the user agent navigates to a fulfillment |