Compare commits

..

No commits in common. "a770063e5f37e2b26b975c493ea970d4ec71ef25" and "a5c8a03b6d88ffc4bc5070c8ce24fdeb11f125c9" have entirely different histories.

View File

@ -170,7 +170,7 @@ const sendEmailWithAttachment = async (toEmail, orderData, pdfBuffer) => {
<tr style="border-top: 1px solid #e2e8f0;">
<td style="padding: 15px 0 0 0; font-family: Helvetica, Arial, sans-serif; font-size: 14px; font-weight: bold; color: #475569;">Total</td>
<td style="padding: 15px 0 0 0; text-align: right; font-family: Helvetica, Arial, sans-serif; font-size: 20px; font-weight: bold; color: #1e293b;">
${currencySymbol}${total}
${currencySymbol}${total} <span style="font-size: 12px; color: #64748b; font-weight: normal;">${orderData.currency}</span>
</td>
</tr>
</table>