dev_3.3_faiz_payfort
haroon amjad 2 years ago
parent 1ecb8ebfe9
commit cb9ced27c2

@ -191,7 +191,7 @@ class _BookSuccessState extends State<BookSuccess> {
child: Container(
color: CustomColors.appBackgroudGreyColor,
margin: EdgeInsets.all(14),
height: 150.0,
height: widget.isCash ? 150.0 : 50,
child: Column(
children: [
Row(

@ -34,6 +34,10 @@ class ClinicListService extends BaseService {
Future<Map> getActiveAppointmentNo(context) async {
Map<String, dynamic> request = {};
request = {
"IsActiveAppointment": true,
};
dynamic localRes;
await baseAppClient.post(GET_ACTIVE_APPOINTMENTS_LIST_URL, onSuccess: (response, statusCode) async {

Loading…
Cancel
Save