diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-08-24 14:26:30 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-08-24 14:26:30 +0200 |
commit | fc4ea95df55a93ffb3843badf084036fdf1b65d9 (patch) | |
tree | 0b7fe65e5c4a1097490f71b15d5db39c56b0d0c2 | |
parent | 0faf47cf88ba1a09efa3237508730399a8c30e9a (diff) |
use EUR and not KUDOS in the example
-rw-r--r-- | articles/ui/ui.tex | 6 |
1 files changed, 3 insertions, 3 deletions
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)/", |