From d848ac14626ccb2ef8f100cb63fcbcfd81aae9b8 Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Wed, 20 May 2026 13:01:08 +0530 Subject: [PATCH] remove commented-out subtotal and shipping rows from invoice email template --- mailer.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mailer.js b/mailer.js index f7ee3e6..5c0e238 100644 --- a/mailer.js +++ b/mailer.js @@ -158,14 +158,6 @@ const sendEmailWithAttachment = async (toEmail, orderData, pdfBuffer) => { - // - // - // - // - // - // - // - // ${taxRow}
Subtotal${currencySymbol}${subtotal}
Shipping${currencySymbol}${shipping}
Total