feat(domain-events): add discount code to subscription purchased event
This commit is contained in:
parent
e936ac4ce1
commit
28e1c65631
1 changed files with 1 additions and 0 deletions
|
@ -7,4 +7,5 @@ export interface SubscriptionPurchasedEventPayload {
|
|||
subscriptionExpiresAt: number
|
||||
timestamp: number
|
||||
offline: boolean
|
||||
discountCode: string | null
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue