Enable sandbox env in Paddle (#1777)

* Enable sandbox env in Paddle

* Change sandbox option displayName
This commit is contained in:
MedAliMarz
2021-05-12 20:50:53 +02:00
committed by GitHub
parent 6460ce3965
commit 779da62845
2 changed files with 11 additions and 1 deletions

View File

@@ -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,
},
];
}