merchant

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

commit d806057f4f84f6bcabeaf380590178a18dc9a5eb
parent 5d2add39e05f8dc84c5df04c03d7bef5a9fd77ae
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sun, 19 Jan 2020 17:20:04 +0100

url -> payto_uri

Diffstat:
Msrc/backend/taler-merchant-httpd_exchanges.c | 2+-
Msrc/lib/test_merchant_api.conf | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_exchanges.c b/src/backend/taler-merchant-httpd_exchanges.c @@ -440,7 +440,7 @@ process_wire_accounts (struct Exchange *exchange, { char *method; - method = TALER_payto_get_method (accounts[i].url); + method = TALER_payto_get_method (accounts[i].payto_uri); if (NULL == method) return GNUNET_SYSERR; if (GNUNET_OK != diff --git a/src/lib/test_merchant_api.conf b/src/lib/test_merchant_api.conf @@ -82,7 +82,7 @@ NAME = Test Null-Tipping Merchant # Account of the MERCHANT [account-merchant] # What is the merchant's bank account? -URL = "payto://x-taler-bank/localhost/3" +PAYTO_URI = "payto://x-taler-bank/localhost/3" # This is the *salted* response we give out for /contract requests. # File is generated on first use, no need for merchants to generate @@ -194,7 +194,7 @@ CONFIG = postgres:///talercheck # Account of the EXCHANGE [account-exchange] # What is the exchange's bank account (with the "Taler Bank" demo system)? -URL = "payto://x-taler-bank/localhost/2" +PAYTO_URI = "payto://x-taler-bank/localhost/2" METHOD = x-taler-bank