diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-09-21 12:53:48 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-09-21 12:53:48 +0200 |
commit | 6e3cc9f70d5f23bf17a9cadaf306b35ffd9c6ed4 (patch) | |
tree | 6848fdb3e41b4bacd35d4b1c66603205ceb8a5d2 /src/testing/test_merchant_order_autocleanup.sh | |
parent | 73b8b9e975e0ce0be169a669a06f436223bb2c9d (diff) |
-migrate to new bank API
Diffstat (limited to 'src/testing/test_merchant_order_autocleanup.sh')
-rwxr-xr-x | src/testing/test_merchant_order_autocleanup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/test_merchant_order_autocleanup.sh b/src/testing/test_merchant_order_autocleanup.sh index 60ee19e0..f3b53733 100755 --- a/src/testing/test_merchant_order_autocleanup.sh +++ b/src/testing/test_merchant_order_autocleanup.sh @@ -10,12 +10,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 |