Skip to content

Commit

Permalink
Fix mail typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianMF1 committed May 26, 2024
1 parent 6cc79d2 commit 6641223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flights/checkout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const Checkout = () => {
const serviceId = 'service_n7axnzr';
const templateId = 'template_ub1jyen';
const publicKey = 'UveU5M9FMZjRUpumI';
const emailMessage = `Transacción realizada exitosamente. Muchas gracias! Puedes descargar tu recibo <a href="${pdfUrl}">aquí</a>.`;
const emailMessage = `Transacción realizada exitosamente. Muchas gracias! Puedes descargar tu recibo aqui: ${pdfUrl}`;
const data2 = {
service_id: serviceId,
template_id: templateId,
Expand Down

0 comments on commit 6641223

Please sign in to comment.