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_api.conf | |
parent | 73b8b9e975e0ce0be169a669a06f436223bb2c9d (diff) |
-migrate to new bank API
Diffstat (limited to 'src/testing/test_merchant_api.conf')
-rw-r--r-- | src/testing/test_merchant_api.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_merchant_api.conf b/src/testing/test_merchant_api.conf index 9a9c1297..2013fa60 100644 --- a/src/testing/test_merchant_api.conf +++ b/src/testing/test_merchant_api.conf @@ -47,5 +47,5 @@ ENABLE_DEBIT = YES ENABLE_CREDIT = YES [exchange-accountcredentials-exchange] -WIRE_GATEWAY_URL = "http://localhost:8082/2/" +WIRE_GATEWAY_URL = "http://localhost:8082/accounts/2/taler-wire-gateway/" WIRE_GATEWAY_AUTH_METHOD = NONE |