diff options
-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 |