merchant-frontend-examples

ZZZ: Inactive/Deprecated
Log | Files | Refs

commit e08cd7e9086472b0abd04794cb6881bbec96f40f
parent cc82d2876d79eed45f43188e14d5f5c1edf91536
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Sun, 25 Jun 2017 09:27:15 +0200

update currency

Diffstat:
Mpython/doc/tutorial.texi | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/doc/tutorial.texi b/python/doc/tutorial.texi @@ -172,7 +172,7 @@ configured@footnote{https://docs.taler.net/current/merchant-backend/manual.html} you can use the public backend provided by the Taler project for testing. This public backend has been set-up at @code{http://backend.test.taler.net/} specifically for testing -frontends. It uses the currency ``PUDOS'' and all payments will +frontends. It uses the currency ``TESTKUDOS'' and all payments will go into the ``Tutorial'' account at the Taler ``bank'' running at @code{https://bank.test.taler.net/public-accounts}. @@ -181,7 +181,7 @@ global variables, as shown below from @code{python/example/example.py}: @smallexample .. -CURRENCY = "PUDOS" +CURRENCY = "TESTKUDOS" BACKEND_URL = "http://backend.test.taler.net/" .. @end smallexample