mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Added description to ShopifyCredentials subdomain (#1114)
This commit is contained in:
@@ -28,6 +28,7 @@ export class ShopifyApi implements ICredentialType {
|
|||||||
required: true,
|
required: true,
|
||||||
type: 'string' as NodePropertyTypes,
|
type: 'string' as NodePropertyTypes,
|
||||||
default: '',
|
default: '',
|
||||||
|
description: 'Only the subdomain without .myshopify.com',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Shared Secret',
|
displayName: 'Shared Secret',
|
||||||
|
|||||||
Reference in New Issue
Block a user