diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-14 14:41:49 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-14 14:41:49 +0100 |
commit | 90886bd4115975f057bae6853ecefa23c5352759 (patch) | |
tree | e46586229b8fd2fc0f55544f134dc983eb63d4a2 /src | |
parent | 088e6c5f3cabcc8d91b8901dcaab6c8430ce26c8 (diff) |
fix test config
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange/test_taler_exchange_httpd.conf | 2 | ||||
-rw-r--r-- | src/lib/test_exchange_api.conf | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/exchange/test_taler_exchange_httpd.conf b/src/exchange/test_taler_exchange_httpd.conf index 30814dd84..4061fbc55 100644 --- 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 index ca5762140..d18690c77 100644 --- 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 |