summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libeufin/nexus-tutorial.rst7
-rw-r--r--taler-exchange-setup-guide.rst2
2 files changed, 2 insertions, 7 deletions
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 48f30c03..f2a198e3 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -218,12 +218,7 @@ on EBICS):
--debtor-bic INGDDEFFXXX \
--debtor-name "Joe Foo" \
--subject "Hello World" \
- --amount 10.50 \
- --currency EUR
-
-..
- FIXME:
- Change syntax to use --amount EUR:10.50 for consistency!
+ --amount EUR:10.50
Payments to a sandbox bank account can be listed as follows:
diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst
index 3ce23301..ad6df860 100644
--- a/taler-exchange-setup-guide.rst
+++ b/taler-exchange-setup-guide.rst
@@ -112,7 +112,7 @@ Finally, the required packages can be installed:
[root@exchange-online]# apt-get install -y nginx postgresql
[root@exchange-online]# apt-get install -y taler-exchange taler-exchange-offline
- [root@exchange-online]# apt-get install -y taler-merchant taler-wallet-cli
+ [root@exchange-online]# apt-get install -y taler-wallet-cli
When asked about using dbconfig to configure the merchant's database,
select ``yes``.