summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-get-orders.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-get-orders.h')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-orders.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-orders.h b/src/backend/taler-merchant-httpd_private-get-orders.h
index cdd88d54..53a20b17 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders.h
+++ b/src/backend/taler-merchant-httpd_private-get-orders.h
@@ -43,19 +43,13 @@ TMH_private_get_orders (const struct TMH_RequestHandler *rh,
* long-polling clients that may have been waiting for this event.
*
* @param mi the instance where the order changed
- * @param order_id the order that changed
- * @param paid is the order paid by the customer?
- * @param refunded was the order refunded?
- * @param wired was the merchant paid via wire transfer?
+ * @param osf order state flags
* @param date execution date of the order
* @param order_serial_id serial ID of the order in the database
*/
void
TMH_notify_order_change (struct TMH_MerchantInstance *mi,
- const char *order_id,
- bool paid,
- bool refunded,
- bool wired,
+ enum TMH_OrderStateFlags osf,
struct GNUNET_TIME_Absolute date,
uint64_t order_serial_id);