From 4143a365374e707cee79cbe1c2e121812115a2f0 Mon Sep 17 00:00:00 2001 From: "taha.alam" Date: Mon, 23 Dec 2024 11:59:07 +0300 Subject: [PATCH] WD: error added for the hopi api --- lib/core/service/patient_medical_file/soap/SOAP_service.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core/service/patient_medical_file/soap/SOAP_service.dart b/lib/core/service/patient_medical_file/soap/SOAP_service.dart index b186f58d..a1cfd751 100644 --- a/lib/core/service/patient_medical_file/soap/SOAP_service.dart +++ b/lib/core/service/patient_medical_file/soap/SOAP_service.dart @@ -647,6 +647,7 @@ class SOAPService extends LookupService { success = true; }, onFailure: (String error, int statusCode) { hasError = true; + DrAppToastMsg.showErrorToast(error); super.error = error; }, body: finalRequest); return success;