From dcc5aa03f85897ccede3e96e6740babcb06336eb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 7 Aug 2021 11:32:33 +0200 Subject: -correct description, add FIXME --- libeufin/nexus-tutorial.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'libeufin/nexus-tutorial.rst') diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst index 78f3e021..48f30c03 100644 --- a/libeufin/nexus-tutorial.rst +++ b/libeufin/nexus-tutorial.rst @@ -221,6 +221,10 @@ on EBICS): --amount 10.50 \ --currency EUR +.. + FIXME: + Change syntax to use --amount EUR:10.50 for consistency! + Payments to a sandbox bank account can be listed as follows: .. code-block:: console @@ -433,8 +437,8 @@ The following command prepares a payment: --payment-subject=$SUBJECT \ $LOCAL_ACCOUNT_NAME -Note: the ``$AMOUNT`` value needs the format ``X.Y:CURRENCY``; for example -``10:EUR``, or ``1.01:EUR``. +Note: the ``$AMOUNT`` value needs the format ``CURRENCY:X.Y``; for example +``EUR:10``, or ``EUR:1.01``. The previous command should return a value (``$UUID``) that uniquely identifies the prepared payment in the Nexus system. That is needed -- cgit v1.2.3