add connection description
This commit is contained in:
@@ -148,7 +148,7 @@ export const ecomCustomerFields = [
|
||||
},
|
||||
default: 0,
|
||||
required: true,
|
||||
description: 'ID of the ecommerceCustomer to update.',
|
||||
description: 'ID of the E-commerce customer to update.',
|
||||
},
|
||||
{
|
||||
displayName: 'Update Fields',
|
||||
@@ -218,7 +218,7 @@ export const ecomCustomerFields = [
|
||||
},
|
||||
default: 0,
|
||||
required: true,
|
||||
description: 'ID of the ecommerceCustomer to update.',
|
||||
description: 'ID of the E-commerce customer to delete.',
|
||||
},
|
||||
|
||||
// ----------------------------------
|
||||
@@ -240,7 +240,7 @@ export const ecomCustomerFields = [
|
||||
},
|
||||
default: 0,
|
||||
required: true,
|
||||
description: 'ID of the ecommerceCustomer to update.',
|
||||
description: 'ID of the E-commerce customer to get.',
|
||||
},
|
||||
|
||||
// ----------------------------------
|
||||
|
||||
Reference in New Issue
Block a user