use EUR and not KUDOS in the example

This commit is contained in:
Florian Dold 2016-08-24 14:26:30 +02:00
parent 0faf47cf88
commit fc4ea95df5

View File

@ -774,17 +774,17 @@ a Taler wallet is installed (as it is in Figure~\ref{fig:shopping}).
\begin{lstlisting} \begin{lstlisting}
{ {
"H_wire":"JCDAV...", "H_wire":"JCDAV...",
"amount":{"currency":"KUDOS","fraction":100000,"value":0}, "amount":{"currency":"EUR","fraction":100000,"value":0},
"auditors":[], "auditors":[],
"exchanges":[{"master_pub":"CQA...","url":"https://myexchange/"}], "exchanges":[{"master_pub":"CQA...","url":"https://myexchange/"}],
"expiry":"/Date(1480119270)/", "expiry":"/Date(1480119270)/",
"fulfillment_url": "https://myshop/essay/...", "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":{"address":"Somewhere","jurisdiction":"none","name":"Kudos Inc."},
"merchant_pub":"YDP...", "merchant_pub":"YDP...",
"products":[{ "products":[{
"description":"Essay: The GNU Project", "description":"Essay: The GNU Project",
"price":{"currency":"KUDOS","fraction":100000,"value":0}, "price":{"currency":"EUR","fraction":100000,"value":0},
"product_id":0,"quantity":1}], "product_id":0,"quantity":1}],
"refund_deadline":"/Date(1471522470)/", "refund_deadline":"/Date(1471522470)/",
"timestamp":"/Date(1471479270)/", "timestamp":"/Date(1471479270)/",