diff --git a/apps/api/src/assets/templates/expiring-iris-consent.mjml b/apps/api/src/assets/templates/expiring-iris-consent.mjml index 7639d29b1..28d39ccbe 100644 --- a/apps/api/src/assets/templates/expiring-iris-consent.mjml +++ b/apps/api/src/assets/templates/expiring-iris-consent.mjml @@ -1,5 +1,5 @@ - + - Засечени са неразпознати банкови дарения + Изтичащо съгласие за достъп до банкова информация @@ -34,7 +34,7 @@ @@ -47,7 +47,7 @@ - + @@ -51,7 +51,7 @@ font-family="open Sans Helvetica, Arial, sans-serif"> Транз. № Изпращач - Сума + Сума Основание Статус @@ -59,7 +59,7 @@ {{ id }} {{ senderName }} - {{ amount }} + {{ amount }} {{ currency }} {{ description }} {{ bankDonationStatus }} @@ -69,7 +69,7 @@ (stage) const link = `${appUrl}/admin/bank-transactions` + // Format amount + transactions.forEach((trx) => (trx.amount /= 100)) + // Prepare Email data const recepient = { to: [this.billingAdminEmail] } const mail = new UnrecognizedDonationEmailDto({