mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Renamed credential parameters and capitalized topic names
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user