update appointment notification message and title.

This commit is contained in:
2024-10-15 11:22:05 +02:00
parent c1199b1f50
commit c3add695d2

View File

@@ -92,9 +92,9 @@ class _BuildPatientsListState extends State<BuildPatientsList> {
},
body: jsonEncode(<String, dynamic>{
"app_id": widget.patients[index].app_id,
"notification_type": "Access Review",
"notification_type": "New Appointment Booked",
"notification_message":
"A new Access Review request has been sent by ${widget.arguments.business!.Name}",
"A new Appointment has been booked by ${widget.arguments.business!.Name} for the ${dateController.text} ${timeController.text}. Please approve the Access Review request.",
"action_path": "/access-review",
}),
);