diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-03-01 16:16:36 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-03-01 16:16:36 +0100 |
commit | 94059c0329921b422b1c7f27d946b0f550fe7978 (patch) | |
tree | cd4adc78a6d0687b5b6f12512184a9db1cc2d5aa /examples | |
parent | 281d39c6afbd4133ab1f13acd0915276f45a9b57 (diff) |
mint->exchange renaming
Diffstat (limited to 'examples')
-rw-r--r-- | examples/shop/README | 2 | ||||
-rw-r--r-- | examples/shop/index.php | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/shop/README b/examples/shop/README index 8cfb490f..be7d75fa 100644 --- a/examples/shop/README +++ b/examples/shop/README @@ -9,7 +9,7 @@ o index.html | The homepage. Here it is possible to decide how much donate to whom you would like. o fake_wire_transfer.php | PHP script that takes the wire transfer request and passes it on - | to the /admin/add/incoming API of the demo-mint. + | to the /admin/add/incoming API of the demo-exchange. o checkout.php | The "payment selection" that is the form that allows the user to choose the payment method he wishes to use. diff --git a/examples/shop/index.php b/examples/shop/index.php index 9bce9e5d..032681e0 100644 --- a/examples/shop/index.php +++ b/examples/shop/index.php @@ -64,8 +64,8 @@ echo "\tvar shop_currency = '$MERCHANT_CURRENCY';\n"; <br> This page, <tt>shop.demo.taler.net</tt> models the behavior of a typical Web shop supporting Taler. The other pages of the demo, - <tt>mint.demo.taler.net</tt> and - <tt>bank.demo.taler.net</tt>, correspond to a Taler mint + <tt>exchange.demo.taler.net</tt> and + <tt>bank.demo.taler.net</tt>, correspond to a Taler exchange and bank with tight Taler integration respectively. You may also enjoy visiting the <tt>blog.demo.taler.net</tt>. </p> |