From ab7162f16401a13271d34ca851e1a46bcf6e401b Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Mon, 15 Nov 2021 16:21:36 +0300 Subject: [PATCH] Base app client updates --- lib/core/service/client/base_app_client.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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);