chore: add discount logic to apply to the plan price and ...
This commit is contained in:
@@ -202,6 +202,7 @@ export class SubscriptionsService {
|
||||
where: { id: subscribeDto.planId, service: { id: serviceId } },
|
||||
relations: {
|
||||
service: true,
|
||||
directDiscount: true,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user