summaryrefslogtreecommitdiff
path: root/src/testing/test_merchant_wirewatch.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-21 12:53:48 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-21 12:53:48 +0200
commit6e3cc9f70d5f23bf17a9cadaf306b35ffd9c6ed4 (patch)
tree6848fdb3e41b4bacd35d4b1c66603205ceb8a5d2 /src/testing/test_merchant_wirewatch.sh
parent73b8b9e975e0ce0be169a669a06f436223bb2c9d (diff)
downloadmerchant-6e3cc9f70d5f23bf17a9cadaf306b35ffd9c6ed4.tar.gz
merchant-6e3cc9f70d5f23bf17a9cadaf306b35ffd9c6ed4.tar.bz2
merchant-6e3cc9f70d5f23bf17a9cadaf306b35ffd9c6ed4.zip
-migrate to new bank API
Diffstat (limited to 'src/testing/test_merchant_wirewatch.sh')
-rwxr-xr-xsrc/testing/test_merchant_wirewatch.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/testing/test_merchant_wirewatch.sh b/src/testing/test_merchant_wirewatch.sh
index b4fdc66b..1eb7cb66 100755
--- a/src/testing/test_merchant_wirewatch.sh
+++ b/src/testing/test_merchant_wirewatch.sh
@@ -26,12 +26,12 @@ then
ACCOUNT="exchange-account-2"
WIRE_METHOD="x-taler-bank"
BANK_FLAGS="-f -d $WIRE_METHOD -u $ACCOUNT"
- BANK_URL="http://localhost:8082/taler-bank-access/"
+ BANK_URL="http://localhost:8082/"
else
ACCOUNT="exchange-account-1"
WIRE_METHOD="iban"
BANK_FLAGS="-ns -d $WIRE_METHOD -u $ACCOUNT"
- BANK_URL="http://localhost:18082/demobanks/default/access-api/"
+ BANK_URL="http://localhost:18082/"
fi
. setup.sh
@@ -47,7 +47,7 @@ EXCHANGE_URL="http://localhost:8081/"
if [ 1 = "$USE_FAKEBANK" ]
then
- FACADE_URL="http://localhost:8082/anastasis-api/gnunet/"
+ FACADE_URL="http://localhost:8082/accounts/gnunet/taler-revenue/"
FACADE_USERNAME="gnunet"
FACADE_PASSWORD="x"
else
@@ -134,7 +134,8 @@ else
${NEXUS_ACCOUNT_NAME} \
&> nexus-new-facade.log
- FACADE_URL=$(libeufin-cli facades list | jq .facades[0].baseUrl | tr -d \")
+ FACADE_URL="http://localhost:18082/accounts/admin/taler-revenue/"
+ # WAS: $(libeufin-cli facades list | jq .facades[0].baseUrl | tr -d \")
# FIXME: is this correct? Strange to use the super-user
# credentials here!