diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-01-30 01:38:56 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-01-30 01:38:56 +0100 |
commit | 91690a9db2e68938fb76dc48ab90a25ac66138bc (patch) | |
tree | 729305ba49aa781ff393faaf368ef6c7c859ed1f /contrib/exchange-template | |
parent | e318edb5e594e3299acb4ba4b7bca0440cfde217 (diff) |
missed on URI
Diffstat (limited to 'contrib/exchange-template')
-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 78ee939e7..47782651d 100644 --- a/contrib/exchange-template/config/exchange-common.conf +++ b/contrib/exchange-template/config/exchange-common.conf @@ -37,7 +37,7 @@ ENABLE = YES TEST_RESPONSE_FILE = "test.json" # What is the main website of the bank? -BANK_URI = "https://bank/" +BANK_URL = "https://bank/" # Into which account at the 'bank' should incoming # wire transfers be made? BANK_ACCOUNT_NUMBER = 2 |