Skip to content

Commit

Permalink
fix: email
Browse files Browse the repository at this point in the history
  • Loading branch information
anishshobithps committed May 9, 2024
1 parent 8d691ee commit f93888a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/admin/sendEmail/[paymentId]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export async function POST(
try {
await sendEmail({
amount: parseFloat(payment.amount.toString()),
email: session.user?.email!,
email: payment.email,
teamNames: [],
contactNumber: payment.contact.toString(),
name: payment.notes.customerName,
Expand Down

0 comments on commit f93888a

Please sign in to comment.