feat(server): contact mail notification service

This commit is contained in:
Ahmed Bouhuolia
2023-12-29 17:35:34 +02:00
parent 2a85fe2f3c
commit 0d15c16d40
17 changed files with 441 additions and 310 deletions

View File

@@ -205,10 +205,7 @@ export class PaymentReceivesApplication {
* @returns {Promise<void>}
*/
public getPaymentDefaultMail(tenantId: number, paymentReceiveId: number) {
return this.paymentMailNotify.getDefaultMailOpts(
tenantId,
paymentReceiveId
);
return this.paymentMailNotify.getMailOptions(tenantId, paymentReceiveId);
}
/**