testing for pipeline

This commit is contained in:
Alaguraj0361 2026-06-03 11:48:44 +05:30
parent 8281f95c71
commit 45812e4773

View File

@ -173,7 +173,7 @@ const sendEmailWithAttachment = async (toEmail, orderData, pdfBuffer) => {
<!-- CUSTOMER INFORMATION HEADER --> <!-- CUSTOMER INFORMATION HEADER -->
<tr> <tr>
<td style="padding-top: 20px; padding-bottom: 10px; border-bottom: 2px solid #e2e8f0;"> <td style="padding-top: 20px; padding-bottom: 10px; border-bottom: 2px solid #e2e8f0;">
<h2 style="font-family: Helvetica, Arial, sans-serif; font-size: 15px; font-weight: bold; color: #1e293b; margin: 0; text-transform: uppercase; letter-spacing: 0.5px;">Customer information</h2> <h2 style="font-family: Helvetica, Arial, sans-serif; font-size: 15px; font-weight: bold; color: #1e293b; margin: 0; text-transform: uppercase; letter-spacing: 0.5px;">Customer informations</h2>
</td> </td>
</tr> </tr>