summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_get-orders-ID.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_get-orders-ID.c')
-rw-r--r--src/backend/taler-merchant-httpd_get-orders-ID.c13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.c b/src/backend/taler-merchant-httpd_get-orders-ID.c
index 638db2a5..c289ea22 100644
--- a/src/backend/taler-merchant-httpd_get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_get-orders-ID.c
@@ -43,14 +43,12 @@ struct GetOrderData
{
/**
- * Hashed version of contract terms. All zeros if
- * not provided.
+ * Hashed version of contract terms. All zeros if not provided.
*/
struct GNUNET_HashCode h_contract_terms;
/**
- * Claim token used for access control. All zeros if
- * not provided.
+ * Claim token used for access control. All zeros if not provided.
*/
struct TALER_ClaimTokenP claim_token;
@@ -91,8 +89,8 @@ struct GetOrderData
const char *contract_url;
/**
- * fulfillment URL of the contract (valid as long as
- * @e contract_terms is valid).
+ * fulfillment URL of the contract (valid as long as @e contract_terms is
+ * valid).
*/
const char *fulfillment_url;
@@ -143,8 +141,7 @@ struct GetOrderData
bool refund_available;
/**
- * Set to true if the client requested HTML, otherwise
- * we generate JSON.
+ * Set to true if the client requested HTML, otherwise we generate JSON.
*/
bool generate_html;