mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
⚡ Add password field to customer:create (#2390)
This commit is contained in:
@@ -118,6 +118,22 @@ const customerUpdateOptions = [
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
displayName: 'Password',
|
||||||
|
name: 'password',
|
||||||
|
type: 'string',
|
||||||
|
displayOptions: {
|
||||||
|
show: {
|
||||||
|
'/resource': [
|
||||||
|
'customer',
|
||||||
|
],
|
||||||
|
'/operation': [
|
||||||
|
'create',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
default: '',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Shipping Address',
|
displayName: 'Shipping Address',
|
||||||
name: 'shipping',
|
name: 'shipping',
|
||||||
|
|||||||
Reference in New Issue
Block a user