()
| 55 | } |
| 56 | |
| 57 | public async initialize() { |
| 58 | await this._validateLicenseKey() |
| 59 | this.permissions = new Permissions() |
| 60 | if (process.env.STRIPE_SECRET_KEY) { |
| 61 | this.stripeManager = await StripeManager.getInstance() |
| 62 | } |
| 63 | } |
| 64 | |
| 65 | public getPlatformType = () => { |
| 66 | return this.currentInstancePlatform |
no test coverage detected