feat: one subscrption disable all subscriptions

This commit is contained in:
Nevo David 2025-05-05 20:38:07 +07:00
parent 4ac4bc4477
commit d02792a567
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ export class SubscriptionService {
customerId
))!;
if (getCurrentSubscription && getCurrentSubscription?.isLifetime) {
if (!getOrgByCustomerId || (getCurrentSubscription && getCurrentSubscription?.isLifetime)) {
return false;
}