fix(domain-events): add invoice numver to event payload

This commit is contained in:
Karol Sójko 2022-07-15 10:17:51 +02:00
parent 2cd557c000
commit e23291359f
No known key found for this signature in database
GPG key ID: A50543BF560BDEB0

View file

@ -1,5 +1,6 @@
export interface InvoiceGeneratedEventPayload {
userEmail: string
invoiceNumber: string
paymentDateFormatted: string
s3BucketName: string
s3InvoiceObjectKey: string