exchange

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

commit 90886bd4115975f057bae6853ecefa23c5352759
parent 088e6c5f3cabcc8d91b8901dcaab6c8430ce26c8
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 14 Jan 2020 14:41:49 +0100

fix test config

Diffstat:
Msrc/exchange/test_taler_exchange_httpd.conf | 2+-
Msrc/lib/test_exchange_api.conf | 1-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/exchange/test_taler_exchange_httpd.conf b/src/exchange/test_taler_exchange_httpd.conf @@ -53,7 +53,7 @@ URL = "payto://x-taler-bank/localhost:8082/3" WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-1.json -PLUGIN = "taler_bank" +METHOD = "x-taler-bank" ENABLE_DEBIT = YES diff --git a/src/lib/test_exchange_api.conf b/src/lib/test_exchange_api.conf @@ -83,7 +83,6 @@ URL = "payto://x-taler-bank/localhost:8082/2" # wallets with the bank information for transfers to the exchange. WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-2.json -# Which wire plugin should we used to access the account? METHOD = x-taler-bank # Authentication information for basic authentication