update
This commit is contained in:
@@ -565,7 +565,7 @@ class MemberEnrollmentService
|
||||
|
||||
$member_data = [
|
||||
"name" => $row['name'] ?? null,
|
||||
"member_id" => $row['member_id'] ?? null,
|
||||
"member_id" => str_replace(" ", '',$row['member_id']) ?? null,
|
||||
"payor_id" => $row['payor_id'] ?? null,
|
||||
"nik" => $row['nik'] ?? null,
|
||||
// "birth_date" => $row['date_of_birth'] ? date("Y-m-d",$row['date_of_birth']) : null,
|
||||
|
||||
Reference in New Issue
Block a user