gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: one more payto fix


From: gnunet
Subject: [taler-merchant] branch master updated: one more payto fix
Date: Sun, 19 Jan 2020 17:42:02 +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 0a19bc9  one more payto fix
0a19bc9 is described below

commit 0a19bc9cc8a46122372590f5fc82321ba53e2a54
Author: Florian Dold <address@hidden>
AuthorDate: Sun Jan 19 17:41:59 2020 +0100

    one more payto fix
---
 src/backend/taler-merchant-httpd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd.c 
b/src/backend/taler-merchant-httpd.c
index a789f15..40689e4 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -827,7 +827,7 @@ wireformat_iterator_cb (void *cls,
     salt_str = GNUNET_STRINGS_data_to_string_alloc (&salt,
                                                     sizeof (salt));
     j = json_pack ("{s:s, s:s}",
-                   "url", payto,
+                   "payto_uri", payto,
                    "salt", salt_str);
     GNUNET_free (salt_str);
 

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



reply via email to

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