From 9bc2ecac96a4896ae49f2915c5084931511b740d Mon Sep 17 00:00:00 2001 From: Server D3 Linksehat Date: Mon, 5 May 2025 11:24:46 +0700 Subject: [PATCH] update --- Modules/Internal/Services/MemberEnrollmentService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,