Add Create and Update for Invoice API

This commit is contained in:
trojanh
2020-02-03 14:53:58 +05:30
parent 2a57b15e10
commit 0121e3b85c
3 changed files with 268 additions and 4 deletions

View File

@@ -383,8 +383,8 @@ export const projectFields = [
/* -------------------------------------------------------------------------- */
{
displayName: 'Additional Fields',
name: 'additionalFields',
displayName: 'Update Fields',
name: 'updateFields',
type: 'collection',
placeholder: 'Add Field',
displayOptions: {
@@ -535,3 +535,4 @@ export const projectFields = [
},
] as INodeProperties[];