summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_get-orders-ID.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-09-07 15:38:34 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-09-07 15:38:45 +0530
commitf6b5dd04e06198a023eb38945c963a9128065786 (patch)
treeed176ee1068c9fb1ef164218bcc2c541c79e678f /src/backend/taler-merchant-httpd_get-orders-ID.h
parent39067e234d2e11eac5d0ac5fdb6f88c79dc62276 (diff)
downloadmerchant-f6b5dd04e06198a023eb38945c963a9128065786.tar.gz
merchant-f6b5dd04e06198a023eb38945c963a9128065786.tar.bz2
merchant-f6b5dd04e06198a023eb38945c963a9128065786.zip
append h_contract when appropriate
Diffstat (limited to 'src/backend/taler-merchant-httpd_get-orders-ID.h')
-rw-r--r--src/backend/taler-merchant-httpd_get-orders-ID.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.h b/src/backend/taler-merchant-httpd_get-orders-ID.h
index 83a991b4..5546e7cd 100644
--- a/src/backend/taler-merchant-httpd_get-orders-ID.h
+++ b/src/backend/taler-merchant-httpd_get-orders-ID.h
@@ -51,6 +51,7 @@ TMH_make_taler_pay_uri (struct MHD_Connection *con,
* @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
+ * @param h_contract contract hash for authentication, may be NULL
* @return corresponding http(s):// URL, or NULL on missing "host"
*/
char *
@@ -58,7 +59,8 @@ 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);
+ struct TALER_ClaimTokenP *claim_token,
+ struct GNUNET_HashCode *h_contract);
/**