From da2ec317ab6daa0fad42b3b9ab7df0877da1a65b Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Wed, 20 May 2026 12:47:31 +0530 Subject: [PATCH] comment out shipping row in invoice email template --- mailer.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mailer.js b/mailer.js index a63c48a..0d43c32 100644 --- a/mailer.js +++ b/mailer.js @@ -162,10 +162,10 @@ const sendEmailWithAttachment = async (toEmail, orderData, pdfBuffer) => { Subtotal ${currencySymbol}${subtotal} - - Shipping - ${currencySymbol}${shipping} - + // + // Shipping + // ${currencySymbol}${shipping} + // ${taxRow} Total