:tap: Fix environment typo in PayPal node (#1310)

This commit is contained in:
Iván Ovejero
2021-01-07 09:43:42 -03:00
committed by GitHub
parent 2fed026523
commit a13a7487cf
2 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ export class PayPalApi implements ICredentialType {
default: '',
},
{
displayName: 'Enviroment',
displayName: 'Environment',
name: 'env',
type: 'options' as NodePropertyTypes,
default: 'live',