mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -08:00
⚡ Added description to ShopifyCredentials subdomain (#1114)
This commit is contained in:
parent
3c62402f9c
commit
80ca8e79ec
|
@ -28,6 +28,7 @@ export class ShopifyApi implements ICredentialType {
|
|||
required: true,
|
||||
type: 'string' as NodePropertyTypes,
|
||||
default: '',
|
||||
description: 'Only the subdomain without .myshopify.com',
|
||||
},
|
||||
{
|
||||
displayName: 'Shared Secret',
|
||||
|
|
Loading…
Reference in a new issue