summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-get-orders-ID.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-12 23:41:41 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-12 23:41:41 +0530
commit7031acff3354875128eb240a5a2201cb1428364c (patch)
treed5bb0e3f77fd63379cde4ae26216c980cafad8fd /src/backend/taler-merchant-httpd_private-get-orders-ID.c
parent326d73d050f371b1e7f995d9184aabd5b9baac94 (diff)
downloadmerchant-7031acff3354875128eb240a5a2201cb1428364c.tar.gz
merchant-7031acff3354875128eb240a5a2201cb1428364c.tar.bz2
merchant-7031acff3354875128eb240a5a2201cb1428364c.zip
pass current session ID to order status URL
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-get-orders-ID.c')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-orders-ID.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-orders-ID.c b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
index 230a240f..bc2a2d03 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
@@ -976,6 +976,7 @@ TMH_private_get_orders_ID (const struct TMH_RequestHandler *rh,
&claim_token);
order_status_url = TMH_make_order_status_url (connection,
hc->infix,
+ gorc->session_id,
hc->instance->settings.id,
&claim_token);
ret = TALER_MHD_reply_json_pack (connection,
@@ -1051,6 +1052,7 @@ TMH_private_get_orders_ID (const struct TMH_RequestHandler *rh,
&claim_token);
order_status_url = TMH_make_order_status_url (connection,
hc->infix,
+ gorc->session_id,
hc->instance->settings.id,
&claim_token);
ret = TALER_MHD_reply_json_pack (connection,
@@ -1185,6 +1187,7 @@ TMH_private_get_orders_ID (const struct TMH_RequestHandler *rh,
order_status_url = TMH_make_order_status_url (connection,
hc->infix,
+ gorc->session_id,
hc->instance->settings.id,
&claim_token);