diff --git a/lib/core/service/client/base_app_client.dart b/lib/core/service/client/base_app_client.dart index a4edd32e..ac96e35e 100644 --- a/lib/core/service/client/base_app_client.dart +++ b/lib/core/service/client/base_app_client.dart @@ -120,11 +120,11 @@ class BaseAppClient { // if(body.containsKey("patientOutSa")) // body.remove("PatientOutSA"); // - body['PatientID'] = 1018977; - body['TokenID'] = "@dm!n"; - body['IdentificationNo'] = "1009199553"; - body['MobileNo'] = "966545156035"; - body['PatientMobileNumber'] = "966545156035"; + // body['PatientID'] = 1018977; + // body['TokenID'] = "@dm!n"; + // body['IdentificationNo'] = "1009199553"; + // body['MobileNo'] = "966545156035"; + // body['PatientMobileNumber'] = "966545156035"; print("URL : $url"); final jsonBody = json.encode(body);