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