gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: netzbon: fix bank accounts wir


From: gnunet
Subject: [taler-deployment] branch master updated: netzbon: fix bank accounts wiring at Nexus.
Date: Fri, 10 Mar 2023 15:16:38 +0100

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new cbad505  netzbon: fix bank accounts wiring at Nexus.
cbad505 is described below

commit cbad50523c12b0f3f7e81f695f1c2ace53d44b4a
Author: MS <ms@taler.net>
AuthorDate: Fri Mar 10 15:16:00 2023 +0100

    netzbon: fix bank accounts wiring at Nexus.
---
 netzbon/config_launch_libeufin.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/netzbon/config_launch_libeufin.sh 
b/netzbon/config_launch_libeufin.sh
index b7d0d30..8608682 100755
--- a/netzbon/config_launch_libeufin.sh
+++ b/netzbon/config_launch_libeufin.sh
@@ -140,9 +140,9 @@ curl --max-time 2 \
      ${LIBEUFIN_NEXUS_URL} &> /dev/null
 say "DONE"
 
-
+EXCHANGE_SANDBOX_USERNAME="exchange-at-sandbox"
 say "Register the exchange Sandbox account..."
-export LIBEUFIN_SANDBOX_USERNAME="exchange-at-sandbox"
+export LIBEUFIN_SANDBOX_USERNAME=$EXCHANGE_SANDBOX_USERNAME
 export LIBEUFIN_SANDBOX_PASSWORD="${SANDBOX_EXCHANGE_PASSWORD}"
 # Succeed also if the account already exists...
 # (hopefully with the same password!)
@@ -226,7 +226,7 @@ say "Importing bank account info into Nexus..."
 # Continue on failure, request is not idempotent...
 # FIXME-MS: might be nicer to delete existing connection first.
 libeufin-cli connections import-bank-account \
-  --offered-account-id ${LIBEUFIN_SANDBOX_USERNAME} \
+  --offered-account-id ${EXCHANGE_SANDBOX_USERNAME} \
   --nexus-bank-account-id ${LIBEUFIN_NEXUS_USERNAME} \
   ${EBICS_CONNECTION_NAME} || true
 echo "OK"

-- 
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]