mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
⚡ Enable sandbox env in Paddle (#1777)
* Enable sandbox env in Paddle * Change sandbox option displayName
This commit is contained in:
@@ -20,5 +20,11 @@ export class PaddleApi implements ICredentialType {
|
||||
type: 'string' as NodePropertyTypes,
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'Use Sandbox environment API',
|
||||
name: 'sandbox',
|
||||
type: 'boolean' as NodePropertyTypes,
|
||||
default: false,
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user