hardcoded id removed that was added for uat

ambulance_selection_change
tahaalam 2 days ago
parent 8a11cc03cb
commit bdeec6a412

@ -149,7 +149,7 @@ class EmergencyServicesRepoImp implements EmergencyServicesRepo {
GenericApiModel<List<PatientERTransportationMethod>>? apiResponse; GenericApiModel<List<PatientERTransportationMethod>>? apiResponse;
Failure? failure; Failure? failure;
await apiClient.get( await apiClient.get(
"$GET_ALL_TRANSPORTATIONS_RC?patientID=1231755", "$GET_ALL_TRANSPORTATIONS_RC?patientID=$id",
isRCService: true, isRCService: true,
onFailure: (error, statusCode, {messageStatus, failureType}) { onFailure: (error, statusCode, {messageStatus, failureType}) {
failure = failureType; failure = failureType;

Loading…
Cancel
Save