feat(claim-pre-auth) - added feature v1

This commit is contained in:
2025-11-03 21:29:16 +05:30
parent faa185a927
commit e47041baf6
8 changed files with 701 additions and 40 deletions

View File

@@ -82,7 +82,7 @@ class AutomationMassHealth:
# Fill DOB parts
try:
dob_parts = self.dateOfBirth.split("/")
dob_parts = self.dateOfBirth.split("-")
month= dob_parts[0].zfill(2) # "12"
day= dob_parts[1].zfill(2) # "13"
year = dob_parts[2] # "1965"