rename deal id

This commit is contained in:
quansenB
2019-10-24 20:50:57 +02:00
parent c8bd2d538d
commit cd28bbcbdc

View File

@@ -532,8 +532,8 @@ export class ActiveCampaign implements INodeType {
description: 'The description of the deal', description: 'The description of the deal',
}, },
{ {
displayName: 'Deal ID', displayName: 'Deal\'s contact ID',
name: 'dealId', name: 'contactId',
type: 'number', type: 'number',
default: '', default: '',
required: true, required: true,
@@ -547,7 +547,7 @@ export class ActiveCampaign implements INodeType {
], ],
}, },
}, },
description: 'The ID of the deal', description: 'The ID of the deal\'s contact',
}, },
{ {
displayName: 'Deal value', displayName: 'Deal value',
@@ -799,8 +799,8 @@ export class ActiveCampaign implements INodeType {
description: 'The description of the deal', description: 'The description of the deal',
}, },
{ {
displayName: 'Deal ID', displayName: 'Deal\'s contact ID',
name: 'dealId', name: 'contactId',
type: 'number', type: 'number',
default: '', default: '',
displayOptions: { displayOptions: {
@@ -813,7 +813,7 @@ export class ActiveCampaign implements INodeType {
], ],
}, },
}, },
description: 'The ID of the deal', description: 'The ID of the deal\'s contact',
}, },
{ {
displayName: 'Deal value', displayName: 'Deal value',