add: get dpage plans
Build and Deploy Docker Images / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-17 16:35:51 +03:30
parent 2aba445864
commit bd1d8685a7
3 changed files with 20 additions and 1 deletions
@@ -688,6 +688,11 @@ export class SubscriptionsService {
};
}
//************************************ */
async getDpagePlans() {
const plans = await this.subscriptionsPlanRepository.find({ where: { service:{slug:'Dpage'} } });
return plans;
}
//************************************ */
async softDeleteUSerSubscription(userSubscriptionId: string) {