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

@@ -240,7 +240,7 @@ export class SaleEstimatesApplication {
* @returns {}
*/
public getSaleEstimateMail(tenantId: number, saleEstimateId: number) {
return this.sendEstimateMailService.getDefaultMailOpts(
return this.sendEstimateMailService.getMailOptions(
tenantId,
saleEstimateId
);