commit de7370bb3b1bc2937a23136c429935b68757c533
parent 4a1954bd370e55fa68722d922ce5c13c377c8532
Author: MS <ms@taler.net>
Date: Thu, 30 Nov 2023 06:17:19 +0100
config hint
Diffstat:
1 file changed, 14 insertions(+), 10 deletions(-)
diff --git a/libeufin/regional-manual.rst b/libeufin/regional-manual.rst
@@ -116,22 +116,20 @@ EBICS setup
Follow the instructions from
:ref:`EBICS subscriber setup <ebics-setup>` to
configure the LibEuFin Nexus for access to your
-fiat bank account.
+fiat bank account, but do edit the config file at
+``/etc/libeufin/libeufin-nexus.conf``, since the
+other components expect it.
.. note::
- For debug setups where the cash-ins are simulated :ref:`this way <withdraw-simulation>`,
- this step can be entirely skipped.
+ For debug setups where the cash-ins are simulated
+ :ref:`this way <withdraw-simulation>`, this step can
+ be entirely skipped.
Once you have accepted the bank keys, you should
setup currency conversion before actually starting
to import transactions.
-.. note::
-
- Make sure to define the configuration file at
- /etc/libeufin/libeufin-nexus.conf
-
Enable regional currency conversion
===================================
@@ -240,8 +238,14 @@ In the same ``netzbon/`` folder, run the script ``./withdraw.sh``. If it comple
successfuly, the command ``taler-wallet-cli`` got 5 units more of regional currency
to spend!
-Visit any of the Web shops [FIXME: give one link here] and finish your purchases
-by visiting the taler://-URI that the shop should show at the checkout page.
+Visit the default Web shop at ``$protocol://backend.$DOMAIN`` and finish your purchases
+by feeding the wallet CLI with the taler://-URI to send the payment. The following
+example sends a payment to ``$payUri``
+
+.. code-block:: console
+
+ $ taler-wallet-cli handle-uri $payUri
+
.. note::