feat(claim-pre-auth) - added feature v1
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user