diff --git a/Modules/Internal/Services/MemberEnrollmentService.php b/Modules/Internal/Services/MemberEnrollmentService.php index 300f0917..21287d35 100755 --- a/Modules/Internal/Services/MemberEnrollmentService.php +++ b/Modules/Internal/Services/MemberEnrollmentService.php @@ -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,