This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user