diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-01-19 19:12:47 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-01-19 19:12:47 +0100 |
commit | cb58740fbd9805807dba268c65498aaa171f004f (patch) | |
tree | 505e57fc6c9397acd5eb53638afe77e5c51c0361 /src/testing/test-taler-exchange-aggregator-postgres.conf | |
parent | 6074790867eb187f4c4de96cb6266fa541dc18ae (diff) |
remove redundant METHOD option, we can derive it from PAYTO_URI
Diffstat (limited to 'src/testing/test-taler-exchange-aggregator-postgres.conf')
-rw-r--r-- | src/testing/test-taler-exchange-aggregator-postgres.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testing/test-taler-exchange-aggregator-postgres.conf b/src/testing/test-taler-exchange-aggregator-postgres.conf index 6f5f9d83a..0f8ed70d9 100644 --- a/src/testing/test-taler-exchange-aggregator-postgres.conf +++ b/src/testing/test-taler-exchange-aggregator-postgres.conf @@ -62,7 +62,6 @@ WIRE_GATEWAY_URL = "http://localhost:8082/2/" WIRE_GATEWAY_AUTH_METHOD = basic USERNAME = Exchange PASSWORD = x -method = "x-taler-bank" WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-1.json ENABLE_DEBIT = YES ENABLE_CREDIT = YES |