summaryrefslogtreecommitdiff
path: root/src/merchant-tools
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/merchant-tools
parent73b8b9e975e0ce0be169a669a06f436223bb2c9d (diff)
downloadmerchant-6e3cc9f70d5f23bf17a9cadaf306b35ffd9c6ed4.tar.gz
merchant-6e3cc9f70d5f23bf17a9cadaf306b35ffd9c6ed4.tar.bz2
merchant-6e3cc9f70d5f23bf17a9cadaf306b35ffd9c6ed4.zip
-migrate to new bank API
Diffstat (limited to 'src/merchant-tools')
-rw-r--r--src/merchant-tools/benchmark-common.conf4
-rw-r--r--src/merchant-tools/benchmark-cs.conf2
-rw-r--r--src/merchant-tools/benchmark-rsa.conf2
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