gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: libeufin tutorial: using more realis


From: gnunet
Subject: [taler-docs] branch master updated: libeufin tutorial: using more realistic IBANs
Date: Thu, 12 Jan 2023 21:05:24 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new d6557a1  libeufin tutorial: using more realistic IBANs
d6557a1 is described below

commit d6557a169f62f2fe7c93b59d3aa7c35ff7f89ecc
Author: MS <ms@taler.net>
AuthorDate: Thu Jan 12 21:04:46 2023 +0100

    libeufin tutorial: using more realistic IBANs
---
 libeufin/local-currencies-tutorial.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/libeufin/local-currencies-tutorial.rst 
b/libeufin/local-currencies-tutorial.rst
index e3ff3f0..743c91d 100644
--- a/libeufin/local-currencies-tutorial.rst
+++ b/libeufin/local-currencies-tutorial.rst
@@ -68,8 +68,8 @@ following command.
      circuit-register \
        --name "Circuit Shop" \
        --username circuit-shop \
-       --cashout-address payto://iban/FIATIBAN \
-       --internal-iban LOCALIBAN
+       --cashout-address payto://iban/CH463312 \
+       --internal-iban INT940993
 
 If the previous step succeeded, the merchant should have
 access to their bank account with the *circuit-shop* username
@@ -96,8 +96,8 @@ The expected response looks like the following one:
        "amount" : "NB:0",
        "credit_debit_indicator" : "credit"
      },
-     "paytoUri" : "payto://iban/SANDBOXX/LOCALIBAN?receiver-name=Circuit+Shop",
-     "iban" : "LOCALIBAN"
+     "paytoUri" : "payto://iban/SANDBOXX/INT940993?receiver-name=Circuit+Shop",
+     "iban" : "INT940993"
    }
 
 In the following example, the merchant creates a cash-out operation,
@@ -215,7 +215,7 @@ command awards 1 NB to the merchant.
    libeufin-cli \
      sandbox demobank new-transaction \
        --bank-account admin \
-       --payto-with-subject 
"payto://iban/SANDBOXX/LOCALIBAN?message=bring-to-zero" \
+       --payto-with-subject 
"payto://iban/SANDBOXX/INT940993?message=bring-to-zero" \
        --amount NB:1
 
 Check if the balance returned to zero with `this command <check-balance_>`_,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]