commit 2d262651b02d150ac805eb8580b925a64f2a9b15
parent f5018aefab3d2a1fabc08e3774b0a4a825b38e6b
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 7 Aug 2021 11:49:33 +0200
-fix description, correct syntax already accepted
Diffstat:
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git 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
@@ -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``.