From f4df63e448c9bcd990ec9a41eb6cb19a36246099 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 4 May 2017 18:35:53 +0200 Subject: adding support for transaction history to wire plugin API (#4959) --- contrib/exchange-template/config/exchange-common.conf | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'contrib/exchange-template/config/exchange-common.conf') 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 -- cgit v1.2.3