Skip to content

Commit 638e8a8

Browse files
committed
Retain fulfilled purchases for 2 years
1 parent 28b2da9 commit 638e8a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/common/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export const STRIPE_LINK_RETENTION_DAYS = 90; // this number of days after the link is deactivated.
22
export const AUDIT_LOG_RETENTION_DAYS = 365;
33
export const ROOM_RESERVATION_RETENTION_DAYS = 730;
4-
export const FULFILLED_PURCHASES_RETENTION_DAYS = 365; // ticketing/merch: after the purchase is marked as fulfilled.
4+
export const FULFILLED_PURCHASES_RETENTION_DAYS = 730; // ticketing/merch: after the purchase is marked as fulfilled.
5+
// we keep data longer for historical analytics purposes

0 commit comments

Comments
 (0)