diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-05-04 18:35:53 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-05-04 18:35:53 +0200 |
commit | f4df63e448c9bcd990ec9a41eb6cb19a36246099 (patch) | |
tree | c53f8f31dfc346b416cbfeb43a715b4060e19bc3 /contrib/exchange-template | |
parent | 234dbcc7b71ac98e7f63393e454377d1e2ae11c7 (diff) |
adding support for transaction history to wire plugin API (#4959)
Diffstat (limited to 'contrib/exchange-template')
-rw-r--r-- | contrib/exchange-template/config/exchange-common.conf | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/contrib/exchange-template/config/exchange-common.conf b/contrib/exchange-template/config/exchange-common.conf index d513b3597..78ee939e7 100644 --- a/contrib/exchange-template/config/exchange-common.conf +++ b/contrib/exchange-template/config/exchange-common.conf @@ -22,25 +22,22 @@ DB_CONN_STR = "postgres:///talercheck" # Change here to enable SEPA wire transfers. ENABLE = NO -[exchange-wire-incoming-sepa] +# Response for /wire SEPA_RESPONSE_FILE = "sepa.json" [exchange-wire-outgoing-sepa] -SEPA_RESPONSE_FILE = "sepa.json" +# TBD -[exchange-wire-sepa] + +[exchange-wire-test] +# Change here to disable TEST wire transfers. ENABLE = YES -[exchange-wire-incoming-test] -# What is the main website of the bank? -BANK_URI = "https://bank/" -# Into which account at the 'bank' should incoming -# wire transfers be made? -BANK_ACCOUNT_NUMBER = 2 +# Response for /wire +TEST_RESPONSE_FILE = "test.json" -[exchange-wire-outgoing-test] # What is the main website of the bank? BANK_URI = "https://bank/" -# From which account at the 'bank' should outgoing +# Into which account at the 'bank' should incoming # wire transfers be made? BANK_ACCOUNT_NUMBER = 2 |