summaryrefslogtreecommitdiff
path: root/articles
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-26 15:32:29 +0200
committerChristian Grothoff <christian@grothoff.org>2016-08-26 15:32:29 +0200
commite245e9dff7f3a395e471b39a28293740a10ab14d (patch)
tree51f19d27bec24db4f4e0cfd6d95395abe0d54e41 /articles
parentf0b08e6b4c02138abd4ecaab5fc9a661ed050efc (diff)
parent654758eb2034fbbcb2530541c6af1ca8d250aed0 (diff)
downloadwallet-core-e245e9dff7f3a395e471b39a28293740a10ab14d.tar.gz
wallet-core-e245e9dff7f3a395e471b39a28293740a10ab14d.tar.bz2
wallet-core-e245e9dff7f3a395e471b39a28293740a10ab14d.zip
Merge branch 'master' of git+ssh://taler.net/var/git/wallet-webex
Diffstat (limited to 'articles')
-rw-r--r--articles/ui/ui.tex13
1 files changed, 7 insertions, 6 deletions
diff --git a/articles/ui/ui.tex b/articles/ui/ui.tex
index c48d76494..ba5941643 100644
--- a/articles/ui/ui.tex
+++ b/articles/ui/ui.tex
@@ -913,7 +913,8 @@ in the header.
HTTP/1.1 402 Payment Required
Content-Type: text/html; charset=UTF-8
X-Taler-Contract-Hash: 2BAH2AT4GSG5JRM2W4YWTSYGY66EK4X8CX2V69D5VF7XV703AJMG
-X-Taler-Offer-Url: https://shop/generate-contract/42
+X-Taler-Offer-Url: https://shop/essay/The_GNU_Project
+X-Taler-Pay-Url: https://shop/pay
...
<!DOCTYPE html>
@@ -925,11 +926,11 @@ X-Taler-Offer-Url: https://shop/generate-contract/42
...
</html>
\end{lstlisting}
-\caption{Sample HTTP response when the user agent navigates to a
- fulfillment URL without
- the session state that indicates they have paid for the resource.
- Note that unlike in Listing~\ref{listing:http-contract}, the response references
- a contract that typically is already known to the wallet via its hash code.}
+\caption{Sample HTTP response when the user agent navigates to a fulfillment
+ URL without the session state that indicates they have paid for the resource.
+ Note that unlike in Listing~\ref{listing:http-contract}, the response
+ references a contract that typically is already known to the wallet via its
+ hash code.}
\label{listing:http-execute}
\end{figure*}