merchant

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

commit cef872ff8fb34be479a285b0147c18d9d2fe65ee
parent 88f6f834ebfa74043c04a0968345ff9c15cddcf2
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sun, 19 Jan 2020 18:37:44 +0100

config

Diffstat:
Msrc/lib/test_merchant_api.c | 2+-
Msrc/lib/test_merchant_api.conf | 2+-
Msrc/lib/test_merchant_api_twisted.c | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c @@ -995,7 +995,7 @@ main (int argc, "DEBUG", NULL); if (GNUNET_OK != TALER_TESTING_prepare_fakebank (CONFIG_FILE, - "account-exchange", + "exchange-account-exchange", &bc)) return 77; diff --git a/src/lib/test_merchant_api.conf b/src/lib/test_merchant_api.conf @@ -187,7 +187,7 @@ CONFIG = postgres:///talercheck # Account of the EXCHANGE -[account-exchange] +[exchange-account-exchange] # What is the exchange's bank account (with the "Taler Bank" demo system)? PAYTO_URI = "payto://x-taler-bank/localhost/2" diff --git a/src/lib/test_merchant_api_twisted.c b/src/lib/test_merchant_api_twisted.c @@ -984,7 +984,7 @@ main (int argc, "DEBUG", NULL); if (GNUNET_OK != TALER_TESTING_prepare_fakebank (CONFIG_FILE, - "account-exchange", + "exchange-account-exchange", &bc)) return 77;