merchant

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

commit 932c9a9b90d1f750efec94fea38740e74b1a6f54
parent df526163944539df6e530c7da73857a31ca41f31
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 13 Jan 2020 18:04:03 +0100

match API rename in exchange

Diffstat:
Msrc/backend/taler-merchant-httpd.c | 2+-
Msrc/backend/taler-merchant-httpd_exchanges.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c @@ -903,7 +903,7 @@ wireformat_iterator_cb (void *cls, wm = GNUNET_new (struct WireMethod); - wm->wire_method = TALER_WIRE_payto_get_method (payto); + wm->wire_method = TALER_BANK_payto_get_method (payto); GNUNET_free (payto); GNUNET_asprintf (&instance_option, "ACTIVE_%s", diff --git a/src/backend/taler-merchant-httpd_exchanges.c b/src/backend/taler-merchant-httpd_exchanges.c @@ -441,7 +441,7 @@ process_wire_accounts (struct Exchange *exchange, { char *method; - method = TALER_WIRE_payto_get_method (accounts[i].url); + method = TALER_BANK_payto_get_method (accounts[i].url); if (NULL == method) return GNUNET_SYSERR; if (GNUNET_OK !=