update appointment notification message and title.
This commit is contained in:
parent
c1199b1f50
commit
c3add695d2
1 changed files with 2 additions and 2 deletions
|
|
@ -92,9 +92,9 @@ class _BuildPatientsListState extends State<BuildPatientsList> {
|
||||||
},
|
},
|
||||||
body: jsonEncode(<String, dynamic>{
|
body: jsonEncode(<String, dynamic>{
|
||||||
"app_id": widget.patients[index].app_id,
|
"app_id": widget.patients[index].app_id,
|
||||||
"notification_type": "Access Review",
|
"notification_type": "New Appointment Booked",
|
||||||
"notification_message":
|
"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",
|
"action_path": "/access-review",
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue