taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit c8e30c1db2ee3ca4632fd41ae32081f37fc6d531
parent df269fb7205fe6b1f0ca6864284ef408f4e8b8e1
Author: MS <ms@taler.net>
Date:   Tue,  6 Oct 2020 14:47:18 +0200

steps order

Diffstat:
Mlibeufin/nexus-tutorial.rst | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst @@ -95,7 +95,7 @@ a backup copy* of such keys. $NEXUS_URL At this point, Nexus must communicate all the details to the bank. Therefore, -it will *(4) synchronize the connection*. In this EBICS example, Nexus will send +it will *(5) synchronize the connection*. In this EBICS example, Nexus will send the *INI* and *HIA* messages to the bank. .. code-block:: shell @@ -110,7 +110,7 @@ the *INI* and *HIA* messages to the bank. Once the connection is synchronized, Nexus needs to import locally the data corresponding to the bank accounts offered by the bank connection just made. -The command below *(5) downloads the list of the bank accounts offered by the* +The command below *(6) downloads the list of the bank accounts offered by the* ``$NEXUS_BANK_CONNECTION_NAME``. .. code-block:: shell @@ -123,7 +123,7 @@ The command below *(5) downloads the list of the bank accounts offered by the* --nexus-password $NEXUS_PASSWORD \ $NEXUS_URL -It is now possible to *(6) list the accounts offered by the connection*. +It is now possible to *(7) list the accounts offered by the connection*. .. code-block:: shell @@ -134,7 +134,7 @@ It is now possible to *(6) list the accounts offered by the connection*. --nexus-password $NEXUS_PASSWORD \ $NEXUS_URL -Nexus now needs an explicit *(7) import of the accounts it needs to manage*. +Nexus now needs an explicit *(8) import of the accounts it needs to manage*. This step is needed to let the user pick a custom name for such accounts. .. code-block:: shell