merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 740e5d895b5ca03770d6f270ea8076cf4183953d
parent 221698dd82e4884c8ac68ce285dbdd969962314c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 22 Aug 2020 18:50:15 +0200

needs = in URI

Diffstat:
Msrc/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 @@ -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));