MH creds now being retreive from db

This commit is contained in:
2025-06-04 19:42:55 +05:30
parent c4cf6964a3
commit 27039d18f4
4 changed files with 30 additions and 12 deletions

View File

@@ -26,8 +26,8 @@ class AutomationMassDHP:
self.memberId = self.claim.get("memberId", "")
self.dateOfBirth = self.claim.get("dateOfBirth", "")
self.remarks = self.claim.get("remarks", "")
self.massdhp_username = self.claim.get("massdhp_username", "")
self.massdhp_password = self.claim.get("massdhp_password", "")
self.massdhp_username = self.claim.get("massdhpUsername", "")
self.massdhp_password = self.claim.get("massdhpPassword", "")
self.serviceLines = self.claim.get("serviceLines", [])
self.missingTeethStatus = self.claim.get("missingTeethStatus", "")
self.missingTeeth = self.claim.get("missingTeeth", {})