gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] 01/02: needs = in URI


From: gnunet
Subject: [taler-merchant] 01/02: needs = in URI
Date: Sat, 22 Aug 2020 18:51:03 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

commit 740e5d895b5ca03770d6f270ea8076cf4183953d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Aug 22 18:50:15 2020 +0200

    needs = in URI
---
 src/backend/taler-merchant-httpd_private-post-orders-ID-refund.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_private-post-orders-ID-refund.c 
b/src/backend/taler-merchant-httpd_private-post-orders-ID-refund.c
index a0fa457..b5ef07b 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders-ID-refund.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders-ID-refund.c
@@ -90,7 +90,7 @@ make_taler_refund_uri (struct MHD_Connection *connection,
   GNUNET_buffer_write_path (&buf,
                             ""); // Trailing slash
   GNUNET_buffer_write_str (&buf,
-                           "?h_contract");
+                           "?h_contract=");
   GNUNET_buffer_write_data_encoded (&buf,
                                     &h_contract,
                                     sizeof (*h_contract));

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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