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/merchant-tools | |
parent | 73b8b9e975e0ce0be169a669a06f436223bb2c9d (diff) |
-migrate to new bank API
Diffstat (limited to 'src/merchant-tools')
-rw-r--r-- | src/merchant-tools/benchmark-common.conf | 4 | ||||
-rw-r--r-- | src/merchant-tools/benchmark-cs.conf | 2 | ||||
-rw-r--r-- | src/merchant-tools/benchmark-rsa.conf | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/merchant-tools/benchmark-common.conf b/src/merchant-tools/benchmark-common.conf index 261bd725..1f54127f 100644 --- a/src/merchant-tools/benchmark-common.conf +++ b/src/merchant-tools/benchmark-common.conf @@ -43,7 +43,7 @@ ENABLE_CREDIT = YES [exchange-accountcredentials-1] WIRE_GATEWAY_AUTH_METHOD = none -WIRE_GATEWAY_URL = "http://localhost:8082/42/" +WIRE_GATEWAY_URL = "http://localhost:8082/accounts/42/taler-wire-gateway/" # account-2 is suitable for libeufin [exchange-account-2] @@ -55,7 +55,7 @@ PAYTO_URI = payto://iban/SANDBOXX/DE033310?receiver-name=Exchange+Company WIRE_GATEWAY_AUTH_METHOD = basic USERNAME = exchange PASSWORD = x -WIRE_GATEWAY_URL = "http://localhost:8082/facades/test-facade/taler-wire-gateway/" +WIRE_GATEWAY_URL = "http://localhost:8082/accounts/exchange/taler-wire-gateway/" # Trust local exchange for "EUR" currency diff --git a/src/merchant-tools/benchmark-cs.conf b/src/merchant-tools/benchmark-cs.conf index db44e4d1..7f660ad3 100644 --- a/src/merchant-tools/benchmark-cs.conf +++ b/src/merchant-tools/benchmark-cs.conf @@ -10,7 +10,7 @@ ENABLE_DEBIT = YES ENABLE_CREDIT = YES [exchange-accountcredentials-test] -WIRE_GATEWAY_URL = http://localhost:8082/Exchange/ +WIRE_GATEWAY_URL = http://localhost:8082/accounts/Exchange/taler-wire-gateway/ WIRE_GATEWAY_AUTH_METHOD = "basic" USERNAME = Exchange PASSWORD = x diff --git a/src/merchant-tools/benchmark-rsa.conf b/src/merchant-tools/benchmark-rsa.conf index bd4a90cf..a6c1512e 100644 --- a/src/merchant-tools/benchmark-rsa.conf +++ b/src/merchant-tools/benchmark-rsa.conf @@ -10,7 +10,7 @@ ENABLE_DEBIT = YES ENABLE_CREDIT = YES [exchange-accountcredentials-test] -WIRE_GATEWAY_URL = http://localhost:8082/Exchange/ +WIRE_GATEWAY_URL = http://localhost:8082/accounts/Exchange/taler-wire-gateway/ WIRE_GATEWAY_AUTH_METHOD = "basic" USERNAME = Exchange PASSWORD = x |