taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 5e346486121afcacdf3d0e56ba080ae5d6a81084
parent 18386de91382982c266cb95a00ab716068c122af
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 21 Sep 2023 12:51:14 +0200

-migrate to new bank API

Diffstat:
Mmerchant-benchmark.conf | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/merchant-benchmark.conf b/merchant-benchmark.conf @@ -51,7 +51,7 @@ CURRENCY = EUR # The account name MUST be 'Exchange' PAYTO_URI = payto://x-taler-bank/localhost/Exchange WIRE_RESPONSE = ${TALER_CONFIG_HOME}/exchange/account.json -WIRE_GATEWAY_URL = http://localhost:8082/taler-wire-gateway/Exchange/ +WIRE_GATEWAY_URL = http://localhost:8082/accounts/Exchange/taler-wire-gateway/ WIRE_GATEWAY_AUTH_METHOD = basic USERNAME = Exchange # The password MUST be 'x' @@ -120,4 +120,3 @@ fee_deposit = EUR:0.01 fee_refresh = EUR:0.03 fee_refund = EUR:0.01 rsa_keysize = 1024 -