diff options
| author | Christian Grothoff <christian@grothoff.org> | 2020-01-14 14:09:48 +0100 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2020-01-14 14:09:48 +0100 |
| commit | 088e6c5f3cabcc8d91b8901dcaab6c8430ce26c8 (patch) | |
| tree | bf505deb2c410e11a318dba7208265dc7d0b7648 /src/lib/test_exchange_api.conf | |
| parent | 87aa8b54cc10301b6c03572962bae3c2d5a47bb0 (diff) | |
fix configs for test
Diffstat (limited to 'src/lib/test_exchange_api.conf')
| -rw-r--r-- | src/lib/test_exchange_api.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/test_exchange_api.conf b/src/lib/test_exchange_api.conf index 44ade0d9..ca576214 100644 --- a/src/lib/test_exchange_api.conf +++ b/src/lib/test_exchange_api.conf @@ -71,7 +71,7 @@ URL = "payto://x-taler-bank/localhost:8082/42" # wallets with the bank information for transfers to the exchange. WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-1.json # Which wire plugin should we used to access the account? -PLUGIN = taler_bank +METHOD = x-taler-bank # ENABLE_CREDIT = YES @@ -84,7 +84,7 @@ URL = "payto://x-taler-bank/localhost:8082/2" WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-2.json # Which wire plugin should we used to access the account? -PLUGIN = taler_bank +METHOD = x-taler-bank # Authentication information for basic authentication TALER_BANK_AUTH_METHOD = "basic" |
