gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: Fixing the Anastasis facade conf


From: gnunet
Subject: [taler-merchant] branch master updated: Fixing the Anastasis facade configuration.
Date: Sun, 16 Apr 2023 08:52:23 +0200

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

ms pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new fd72cd47 Fixing the Anastasis facade configuration.
fd72cd47 is described below

commit fd72cd4793c3bad944a2fb943c984645d99c0f35
Author: MS <ms@taler.net>
AuthorDate: Sun Apr 16 08:51:42 2023 +0200

    Fixing the Anastasis facade configuration.
---
 src/testing/test_merchant_wirewatch.sh | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/src/testing/test_merchant_wirewatch.sh 
b/src/testing/test_merchant_wirewatch.sh
index 6ff7ab0c..6943e758 100755
--- a/src/testing/test_merchant_wirewatch.sh
+++ b/src/testing/test_merchant_wirewatch.sh
@@ -34,10 +34,11 @@ export 
LIBEUFIN_SANDBOX_URL="http://localhost:1${NEXUS_PORT}/";
 export GNUNET_PAYTO=`get_payto_uri gnunet x`
 
 export LIBEUFIN_SANDBOX_USERNAME="admin"
+export LIBEUFIN_SANDBOX_PASSWORD="secret"
 export EBICS_USER_ID="gnunet_ebics"
-export EBICS_PARTNER="gnunet_partner"
+export EBICS_PARTNER="GnunetPartner"
 export BANK_CONNECTION_NAME="gnunet-connection"
-export NEXUS_ACCOUNT_NAME="gnunet_credit"
+export NEXUS_ACCOUNT_NAME="GnunetCredit"
 # The 'gnunet' account is created by
 # taler-bank-manage-testing and used for
 # the 'default' instance, so this must be used here.
@@ -74,15 +75,12 @@ libeufin-cli sandbox \
 libeufin-cli \
     connections \
     new-ebics-connection \
-    --ebics-url="${SANDBOX_URL}ebicsweb" \
+    --ebics-url="${SANDBOX_URL}/ebicsweb" \
     --host-id=${EBICS_HOST} \
-    --partner-id={$EBICS_PARTNER} \
+    --partner-id=${EBICS_PARTNER} \
     --ebics-user-id=${NEXUS_ACCOUNT_NAME} \
     ${BANK_CONNECTION_NAME}
 
-echo "FIXME-MS: next step fails, dropping into shell"
-bash
-
 # FIXME-MS: This step fails with a 500 error (code 9000!)
 libeufin-cli \
     connections \
@@ -97,7 +95,7 @@ libeufin-cli \
     connections \
     import-bank-account \
     --offered-account-id=${SANDBOX_ACCOUNT_NAME} \
-    --nexus-bank-account-id=${NEXUS_ACCOUNT_NAME}
+    --nexus-bank-account-id=${NEXUS_ACCOUNT_NAME} \
     ${BANK_CONNECTION_NAME}
 
 libeufin-cli \

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