summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_get-orders-ID.h
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_get-orders-ID.h
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_get-orders-ID.h')
-rw-r--r--src/backend/taler-merchant-httpd_get-orders-ID.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.h b/src/backend/taler-merchant-httpd_get-orders-ID.h
index d5d33fac..83a991b4 100644
--- a/src/backend/taler-merchant-httpd_get-orders-ID.h
+++ b/src/backend/taler-merchant-httpd_get-orders-ID.h
@@ -48,6 +48,7 @@ TMH_make_taler_pay_uri (struct MHD_Connection *con,
*
* @param con HTTP connection
* @param order_id the order id
+ * @param session_id session, may be NULL
* @param instance_id instance, may be "default"
* @param claim_token claim token for the order, may be NULL
* @return corresponding http(s):// URL, or NULL on missing "host"
@@ -55,6 +56,7 @@ TMH_make_taler_pay_uri (struct MHD_Connection *con,
char *
TMH_make_order_status_url (struct MHD_Connection *con,
const char *order_id,
+ const char *session_id,
const char *instance_id,
struct TALER_ClaimTokenP *claim_token);