diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-08-22 18:50:15 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-08-22 18:50:15 +0200 |
commit | 740e5d895b5ca03770d6f270ea8076cf4183953d (patch) | |
tree | 3ab209a7c8819adb2b95be00d7a0cde2b57a2a49 /src | |
parent | 221698dd82e4884c8ac68ce285dbdd969962314c (diff) |
needs = in URI
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/taler-merchant-httpd_private-post-orders-ID-refund.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 a0fa4575..b5ef07bd 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)); |