mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
add eur as default at update deal
This commit is contained in:
@@ -702,7 +702,7 @@ export class ActiveCampaign implements INodeType {
|
||||
name: 'currency',
|
||||
type: 'options',
|
||||
options: returnAllCurrencyOptions(),
|
||||
default: '',
|
||||
default: 'eur',
|
||||
description: 'The currency of the deal in 3-character ISO format',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user