|
|
|
|
@ -1734,7 +1734,7 @@ class AuthProvider with ChangeNotifier {
|
|
|
|
|
|
|
|
|
|
Request req = appGlobal.getPublicRequest();
|
|
|
|
|
request = {
|
|
|
|
|
"PatientOutSA": zipCode == '+966' ? 0 : 1,
|
|
|
|
|
"PatientOutSA": zipCode == '966' ? 0 : 1,
|
|
|
|
|
"PatientMobileNumber": mobileNo,
|
|
|
|
|
"SearchType": 2,
|
|
|
|
|
"ZipCode": zipCode,
|
|
|
|
|
|