diff --git a/lib/core/service/client/base_app_client.dart b/lib/core/service/client/base_app_client.dart index 9603605c..1f6ca580 100644 --- a/lib/core/service/client/base_app_client.dart +++ b/lib/core/service/client/base_app_client.dart @@ -122,10 +122,10 @@ class BaseAppClient { } } - body['IdentificationNo'] = 1009199553; - body['MobileNo'] = "966545156035"; - body['PatientID'] = 1018977; //3844083 - body['TokenID'] = "@dm!n"; + // body['IdentificationNo'] = 1009199553; + // body['MobileNo'] = "966545156035"; + // body['PatientID'] = 1018977; //3844083 + // body['TokenID'] = "@dm!n"; body.removeWhere((key, value) => key == null || value == null);