gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: fixmes, url->payto_uri


From: gnunet
Subject: [taler-merchant] branch master updated: fixmes, url->payto_uri
Date: Sun, 19 Jan 2020 17:37:37 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new d1c87c0  fixmes, url->payto_uri
d1c87c0 is described below

commit d1c87c02a8e131a1b4924a7f617adf6ffd6661ad
Author: Florian Dold <address@hidden>
AuthorDate: Sun Jan 19 17:37:33 2020 +0100

    fixmes, url->payto_uri
---
 src/backend/taler-merchant-httpd.c          | 4 ++--
 src/backend/taler-merchant-httpd_auditors.c | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd.c 
b/src/backend/taler-merchant-httpd.c
index 6073aed..a789f15 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -741,12 +741,12 @@ wireformat_iterator_cb (void *cls,
   if (GNUNET_OK !=
       GNUNET_CONFIGURATION_get_value_string (iic->config,
                                              section,
-                                             "URL",
+                                             "PAYTO_URI",
                                              &payto))
   {
     GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
                                section,
-                               "URL");
+                               "PAYTO_URI");
     iic->ret = GNUNET_SYSERR;
     return;
   }
diff --git a/src/backend/taler-merchant-httpd_auditors.c 
b/src/backend/taler-merchant-httpd_auditors.c
index fc25583..db26b8f 100644
--- a/src/backend/taler-merchant-httpd_auditors.c
+++ b/src/backend/taler-merchant-httpd_auditors.c
@@ -172,6 +172,7 @@ parse_auditors (void *cls,
                                "NAME");
     return;
   }
+  // FIXME: url -> auditor_url
   if (GNUNET_OK !=
       GNUNET_CONFIGURATION_get_value_string (cfg,
                                              section,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]