mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
💥 Fix node names
This commit is contained in:
@@ -19,7 +19,7 @@ import {
|
||||
export class PayPalTrigger implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'PayPal Trigger',
|
||||
name: 'PayPal',
|
||||
name: 'payPalTrigger',
|
||||
icon: 'file:paypal.png',
|
||||
group: ['trigger'],
|
||||
version: 1,
|
||||
|
||||
Reference in New Issue
Block a user