feat: subscription period based on the license code.

This commit is contained in:
a.bouhuolia
2021-09-08 15:56:18 +02:00
parent 02ef195af0
commit 97c3fd9e0c
10 changed files with 252 additions and 146 deletions

View File

@@ -2,7 +2,7 @@
export default class NotAllowedChangeSubscriptionPlan {
constructor(message: string) {
constructor() {
this.name = "NotAllowedChangeSubscriptionPlan";
}
}