fix(Invoice Ninja Node): Fix emailing and marking invoice as paid / sent (#9589)

This commit is contained in:
CodeShakingSheep
2024-07-04 13:38:03 -05:00
committed by GitHub
parent 757feaf585
commit 908ddd8a24
4 changed files with 23 additions and 7 deletions

View File

@@ -158,6 +158,12 @@ export const invoiceFields: INodeProperties[] = [
type: 'boolean',
default: false,
},
{
displayName: 'Mark Sent',
name: 'markSent',
type: 'boolean',
default: false,
},
{
displayName: 'Paid',
name: 'paid',