merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit a16bc8a12aeafca1f10937f80f1ae787bbf5177e
parent 18aa807bf73e0cd6f3bdd1cc2d462f05e42a72b2
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue,  9 May 2017 14:25:27 +0200

undoing last commit

Diffstat:
Msrc/lib/test_merchant_api.conf | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib/test_merchant_api.conf b/src/lib/test_merchant_api.conf @@ -125,14 +125,13 @@ MASTER_PUBLIC_KEY = T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG [exchangedb-postgres] DB_CONN_STR = "postgres:///talercheck" -[exchange-wire-incoming-test] +[exchange-wire-test] # This is the response we give out for the /wire request. It provides # wallets with the bank information for transfers to the exchange. # Note that the _incoming_ account is #3, while the # outgoing account of the exchange (see below) is #2. TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/test.json -[exchange-wire-outgoing-test] # What is the main website of the bank? BANK_URI = "http://localhost:8083/" # From which account at the 'bank' should outgoing wire transfers be made?