mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat(server): contact mail notification service
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user