Add password field to customer:create (#2390)

This commit is contained in:
Ricardo Espinoza
2021-11-03 20:48:07 -04:00
committed by GitHub
parent a5805fb80b
commit 0f9edd666d

View File

@@ -118,6 +118,22 @@ const customerUpdateOptions = [
},
],
},
{
displayName: 'Password',
name: 'password',
type: 'string',
displayOptions: {
show: {
'/resource': [
'customer',
],
'/operation': [
'create',
],
},
},
default: '',
},
{
displayName: 'Shipping Address',
name: 'shipping',