summaryrefslogtreecommitdiff
path: root/src/backenddb/pg_lookup_order_by_fulfillment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backenddb/pg_lookup_order_by_fulfillment.h')
-rw-r--r--src/backenddb/pg_lookup_order_by_fulfillment.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backenddb/pg_lookup_order_by_fulfillment.h b/src/backenddb/pg_lookup_order_by_fulfillment.h
index 883ff4b9..44e96756 100644
--- a/src/backenddb/pg_lookup_order_by_fulfillment.h
+++ b/src/backenddb/pg_lookup_order_by_fulfillment.h
@@ -33,6 +33,7 @@
* @param fulfillment_url URL that canonically identifies the resource
* being paid for
* @param session_id session id
+ * @param allow_refunded_for_repurchase true to include refunded orders in repurchase detection
* @param[out] order_id where to store the order ID that was used when
* paying for the resource URL
* @return transaction status
@@ -42,6 +43,7 @@ TMH_PG_lookup_order_by_fulfillment (void *cls,
const char *instance_id,
const char *fulfillment_url,
const char *session_id,
+ bool allow_refunded_for_repurchase,
char **order_id);
#endif