Skip to content

Commit

Permalink
fixed appointmentID
Browse files Browse the repository at this point in the history
  • Loading branch information
sayeedajmal committed Feb 19, 2024
1 parent 8abe5a1 commit c189390
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public void sendAppointmentNotification(Appointment appointment) {
+ "<h1> <span class='heart'>&hearts;</span> Your Lifesaving Appointment is Set!</h1>"
+ "<p>Dear <b>" + appointment.getDonor().getFirstName() + " " + appointment.getDonor().getLastName()
+ "</b>,</p>"
+ "<p>Your Appointment ID : <b>"+appointment.getAppointmentId()+"</b></p>"
+ "<p>We're pleased to confirm your appointment for blood donation.</p>"
+ "<p>Here are the details:</p>"
+ "<ul class='info'>"
Expand Down

0 comments on commit c189390

Please sign in to comment.