feat: one subscrption disable all subscriptions
This commit is contained in:
parent
4ac4bc4477
commit
d02792a567
|
|
@ -88,7 +88,7 @@ export class SubscriptionService {
|
|||
customerId
|
||||
))!;
|
||||
|
||||
if (getCurrentSubscription && getCurrentSubscription?.isLifetime) {
|
||||
if (!getOrgByCustomerId || (getCurrentSubscription && getCurrentSubscription?.isLifetime)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue