Skip to content

Commit

Permalink
update invoice line item type
Browse files Browse the repository at this point in the history
  • Loading branch information
dadams-factory committed Jan 8, 2025
1 parent 7e91037 commit 31253fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/webhooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ interface InvoiceEditedEvent extends InvoiceEvent {
total?: string;
discounts?: Array<Discount>;
minimum?: Invoice.Minimum;
line_items?: Array<Invoice['line_items'][0]>;
line_items?: Array<Invoice.LineItem>;
};
};
}
Expand Down

0 comments on commit 31253fd

Please sign in to comment.