Renamed credential parameters and capitalized topic names

This commit is contained in:
Jan Oberhauser
2019-12-06 23:47:19 +01:00
parent c66a36ed48
commit e9b2d6583a
5 changed files with 66 additions and 66 deletions

View File

@@ -22,8 +22,8 @@ export class ShopifyApi implements ICredentialType {
default: '',
},
{
displayName: 'Shop Name',
name: 'shopName',
displayName: 'Shop Subdomain',
name: 'shopSubdomain',
required: true,
type: 'string' as NodePropertyTypes,
default: '',