feat: wip send invoice mail payment template

This commit is contained in:
Ahmed Bouhuolia
2024-10-28 18:33:16 +02:00
parent 0111b0e6ff
commit 12189f018d
15 changed files with 396 additions and 114 deletions

View File

@@ -406,7 +406,7 @@ export const runningAmount = (amount: number) => {
};
};
export const formatSmsMessage = (message, args) => {
export const formatSmsMessage = (message: string, args) => {
let formattedMessage = message;
Object.keys(args).forEach((key) => {