From fc4ea95df55a93ffb3843badf084036fdf1b65d9 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 24 Aug 2016 14:26:30 +0200 Subject: use EUR and not KUDOS in the example --- articles/ui/ui.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'articles') diff --git a/articles/ui/ui.tex b/articles/ui/ui.tex index 07be16254..36ac35252 100644 --- a/articles/ui/ui.tex +++ b/articles/ui/ui.tex @@ -774,17 +774,17 @@ a Taler wallet is installed (as it is in Figure~\ref{fig:shopping}). \begin{lstlisting} { "H_wire":"JCDAV...", - "amount":{"currency":"KUDOS","fraction":100000,"value":0}, + "amount":{"currency":"EUR","fraction":100000,"value":0}, "auditors":[], "exchanges":[{"master_pub":"CQA...","url":"https://myexchange/"}], "expiry":"/Date(1480119270)/", "fulfillment_url": "https://myshop/essay/...", - "max_fee":{"currency":"KUDOS","fraction":0,"value":3}, + "max_fee":{"currency":"EUR","fraction":0,"value":3}, "merchant":{"address":"Somewhere","jurisdiction":"none","name":"Kudos Inc."}, "merchant_pub":"YDP...", "products":[{ "description":"Essay: The GNU Project", - "price":{"currency":"KUDOS","fraction":100000,"value":0}, + "price":{"currency":"EUR","fraction":100000,"value":0}, "product_id":0,"quantity":1}], "refund_deadline":"/Date(1471522470)/", "timestamp":"/Date(1471479270)/", -- cgit v1.2.3