summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_get-orders-ID.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-30 17:17:04 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-30 17:17:04 +0530
commit4cc9a8d32bd76d00a382b33ee4fc922257a4751c (patch)
treea66b1768f0730285dc99164c753c81ea27f3fabf /src/backend/taler-merchant-httpd_get-orders-ID.c
parentbecdce510942cd1bb879f6f9e4bd374cf675d500 (diff)
downloadmerchant-4cc9a8d32bd76d00a382b33ee4fc922257a4751c.tar.gz
merchant-4cc9a8d32bd76d00a382b33ee4fc922257a4751c.tar.bz2
merchant-4cc9a8d32bd76d00a382b33ee4fc922257a4751c.zip
fix wrong query delimiter
Diffstat (limited to 'src/backend/taler-merchant-httpd_get-orders-ID.c')
-rw-r--r--src/backend/taler-merchant-httpd_get-orders-ID.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.c b/src/backend/taler-merchant-httpd_get-orders-ID.c
index 324af10c..efe7c2a3 100644
--- a/src/backend/taler-merchant-httpd_get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_get-orders-ID.c
@@ -692,7 +692,7 @@ TMH_make_taler_pay_uri (struct MHD_Connection *con,
(0 != GNUNET_is_zero (claim_token)))
{
GNUNET_buffer_write_str (&buf,
- "&c=");
+ "?c=");
GNUNET_buffer_write_data_encoded (&buf,
(char *) claim_token,
sizeof (struct TALER_ClaimTokenP));