merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

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

Fixing the Anastasis facade configuration.

Diffstat:
Msrc/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 @@ -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 \