diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-08 10:04:39 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-08 10:04:39 +0100 |
commit | 92d21ca315cf036d54a0ac83178ea79d7ebe7fd6 (patch) | |
tree | b1606546d102b601481b60b6ec45340f0fa64e09 /contrib | |
parent | c0702a6f0a2f1d837892417a5a4292ad18f3e453 (diff) |
remove ebics (#6038)
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/exchange-template/config/exchange-common.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/exchange-template/config/exchange-common.conf b/contrib/exchange-template/config/exchange-common.conf index 922726ec2..4f17d3ec7 100644 --- a/contrib/exchange-template/config/exchange-common.conf +++ b/contrib/exchange-template/config/exchange-common.conf @@ -31,7 +31,7 @@ URL = payto://METHOD/DETAILS WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-1.json # For access to the account, we need to know the plugin. -PLUGIN = "ebics" +PLUGIN = "taler_bank" # TBD: authentication data. |