From fc8bdb9b978334d52b80c318f9326394f855de2d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 19 Jan 2020 17:03:19 +0100 Subject: consistently use payto URI instead of URL --- src/exchange/taler-exchange-httpd_validation.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/exchange/taler-exchange-httpd_validation.c') diff --git a/src/exchange/taler-exchange-httpd_validation.c b/src/exchange/taler-exchange-httpd_validation.c index f5497c3c..e3dd8e86 100644 --- a/src/exchange/taler-exchange-httpd_validation.c +++ b/src/exchange/taler-exchange-httpd_validation.c @@ -110,13 +110,13 @@ load_account (void *cls, return; } if (0 != strcasecmp (url, - ai->payto_url)) + ai->payto_uri)) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "URL in Wire response file `%s' does not match URL in configuration (%s vs %s)!\n", ai->wire_response_filename, url, - ai->payto_url); + ai->payto_uri); json_decref (wire_s); GNUNET_free (url); *ret = GNUNET_SYSERR; @@ -146,7 +146,7 @@ load_account (void *cls, *ret = GNUNET_SYSERR; return; } - method = TALER_payto_get_method (ai->payto_url); + method = TALER_payto_get_method (ai->payto_uri); if (GNUNET_OK == load_fee (method)) { -- cgit v1.2.3