exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 45943c22c269384b70f33fe16e58ac5b0ed8c492
parent b8226abe63cacc57ec02586934179682845eedf3
Author: MS <ms@taler.net>
Date:   Fri, 29 May 2020 18:39:33 +0200

GET hello endpoint from Taler Facade.

Diffstat:
Msrc/testing/test_bank_api_nexus.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testing/test_bank_api_nexus.conf b/src/testing/test_bank_api_nexus.conf @@ -6,7 +6,7 @@ currency = KUDOS [exchange-account-2] PAYTO_URI = payto://iban/IBAN/UNUSED METHOD = x-taler-bank -WIRE_GATEWAY_URL = http://localhost:5001/taler +WIRE_GATEWAY_URL = http://localhost:5001/facades/made-up-facade-id/taler WIRE_GATEWAY_AUTH_METHOD = basic # the exchange authenticates as the 'admin' user, # since that makes the test preparation just easier.