mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat: tweak mail notifications content
This commit is contained in:
@@ -87,9 +87,9 @@ export class SendPaymentReceiveMailNotification {
|
||||
return formatSmsMessage(text, {
|
||||
CompanyName: organization.metadata.name,
|
||||
CustomerName: payment.customer.displayName,
|
||||
PaymentNumber: payment.invoiceNo,
|
||||
PaymentDate: payment.dueAmountFormatted,
|
||||
PaymentAmount: payment.dueAmountFormatted,
|
||||
PaymentNumber: payment.payment_receive_no,
|
||||
PaymentDate: payment.formattedPaymentDate,
|
||||
PaymentAmount: payment.formattedAmount,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user