dev_3.3_faiz_payfort
haroon amjad 2 years ago
parent 86d3e03c06
commit e6d093a84c

@ -20,8 +20,8 @@ var PACKAGES_ORDERS = '/api/orders';
var PACKAGES_ORDER_HISTORY = '/api/orders/items';
var PACKAGES_TAMARA_OPT = '/api/orders/paymentoptions/tamara';
// var BASE_URL = 'http://10.50.100.198:4422/';
var BASE_URL = 'https://uat.hmgwebservices.com/';
// var BASE_URL = 'https://hmgwebservices.com/';
// var BASE_URL = 'https://uat.hmgwebservices.com/';
var BASE_URL = 'https://hmgwebservices.com/';
// var BASE_URL = 'http://10.20.200.111:1010/';
// var BASE_URL = 'https://uat.hmgwebservices.com/';
// var BASE_URL = 'https://hmgwebservices.com/';

@ -175,7 +175,7 @@ class BaseAppClient {
// body['IdentificationNo'] = 1023854217;
// body['MobileNo'] = "531940021";
// body['PatientID'] = 291367; //3844083
// body['PatientID'] = 1018977; //3844083
// body['TokenID'] = "@dm!n";
// Patient ID: 3027574

@ -614,7 +614,6 @@ class Utils {
hasBadge: true,
isEnable: projectViewModel.havePrivilege(5)),
projectViewModel.isArabic
? !projectViewModel.isLoginChild
? Positioned(
left: 8,
top: 4,
@ -631,9 +630,7 @@ class Utils {
),
),
)
: Container()
: !projectViewModel.isLoginChild
? Positioned(
: Positioned(
right: 8,
top: 4,
child: badge_import.Badge(
@ -648,8 +645,7 @@ class Utils {
child: Text(count.toString(), style: TextStyle(color: Colors.white, fontWeight: FontWeight.bold, fontSize: 12.0)),
),
),
)
: Container(),
),
])
: MedicalProfileItem(
title: TranslationBase.of(context).myAppointments,

Loading…
Cancel
Save