MH creds now being retreive from db
This commit is contained in:
@@ -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", {})
|
||||
|
||||
Reference in New Issue
Block a user