fix(domain-events): add invoice numver to event payload
This commit is contained in:
parent
2cd557c000
commit
e23291359f
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
export interface InvoiceGeneratedEventPayload {
|
||||
userEmail: string
|
||||
invoiceNumber: string
|
||||
paymentDateFormatted: string
|
||||
s3BucketName: string
|
||||
s3InvoiceObjectKey: string
|
||||
|
|
Loading…
Reference in a new issue