summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-13 18:04:03 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-13 18:04:03 +0100
commit932c9a9b90d1f750efec94fea38740e74b1a6f54 (patch)
tree1068bd36bf9f81770cf787783e294bc3e1db82df
parentdf526163944539df6e530c7da73857a31ca41f31 (diff)
downloadmerchant-932c9a9b90d1f750efec94fea38740e74b1a6f54.tar.gz
merchant-932c9a9b90d1f750efec94fea38740e74b1a6f54.tar.bz2
merchant-932c9a9b90d1f750efec94fea38740e74b1a6f54.zip
match API rename in exchange
-rw-r--r--src/backend/taler-merchant-httpd.c2
-rw-r--r--src/backend/taler-merchant-httpd_exchanges.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
index a7241a32..4f057fcb 100644
--- 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
index 1dfd8100..c5985ff3 100644
--- 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 !=