summaryrefslogtreecommitdiff
path: root/articles
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-26 16:17:11 +0200
committerChristian Grothoff <christian@grothoff.org>2016-08-26 16:17:11 +0200
commit2f4aaca8502a60cabdfec6d011141d2604f08a0b (patch)
tree3533d63bafa43f456376816cf5ff35dd995851a6 /articles
parent4370bcc9ae9339de1cf220ad0b2cd3f53e86fff2 (diff)
downloadwallet-core-2f4aaca8502a60cabdfec6d011141d2604f08a0b.tar.gz
wallet-core-2f4aaca8502a60cabdfec6d011141d2604f08a0b.tar.bz2
wallet-core-2f4aaca8502a60cabdfec6d011141d2604f08a0b.zip
compress
Diffstat (limited to 'articles')
-rw-r--r--articles/ui/ui.tex9
1 files changed, 3 insertions, 6 deletions
diff --git a/articles/ui/ui.tex b/articles/ui/ui.tex
index c466331ec..1ec74dbf9 100644
--- a/articles/ui/ui.tex
+++ b/articles/ui/ui.tex
@@ -859,13 +859,10 @@ the {\em fulfillment} URL provided by the merchant in the contract
\lstset{language=HTML5}
\begin{lstlisting}
taler.executePayment("2BAH2AT4GSG5JRM2W4YWTSYGY66EK4X8CX2V69D5VF7XV703AJMG",
- "https://shop/pay",
- "https://shop/article/42",
- (err) => {
- alert("Sending payment failed");
- });
+ "https://shop/pay", "https://shop/article/42",
+ (err) => { alert("Sending payment failed"); });
\end{lstlisting}
-\caption{Sample JavaScript code to trigger (re-)sending a payment to the merchant.}
+\caption{Sample JavaScript code to trigger transmission of a payment to the merchant.}
\label{listing:javascript-execute}
\end{figure*}