mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(Invoice Ninja Node): Fix emailing and marking invoice as paid / sent (#9589)
This commit is contained in:
@@ -15,10 +15,10 @@ export interface IInvoice {
|
||||
client_id?: number;
|
||||
custom_value1?: number;
|
||||
custom_value2?: number;
|
||||
email_invoice?: boolean;
|
||||
email?: string;
|
||||
discount?: number;
|
||||
due_date?: string;
|
||||
email_invoice?: boolean;
|
||||
email?: string;
|
||||
invoice_date?: string;
|
||||
invoice_items?: IItem[];
|
||||
line_items?: IItem[];
|
||||
|
||||
Reference in New Issue
Block a user