mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
:tap: Fix environment typo in PayPal node (#1310)
This commit is contained in:
@@ -22,7 +22,7 @@ export class PayPalApi implements ICredentialType {
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'Enviroment',
|
||||
displayName: 'Environment',
|
||||
name: 'env',
|
||||
type: 'options' as NodePropertyTypes,
|
||||
default: 'live',
|
||||
|
||||
Reference in New Issue
Block a user