bugs fix tanggal start end date alarm center

This commit is contained in:
2024-01-06 15:40:33 +07:00
parent 7db0af3bef
commit ae9a1f70fc
2 changed files with 12 additions and 3 deletions

View File

@@ -19,8 +19,8 @@ class MemberAlarmCenterResources extends JsonResource
'memberId' => $this->member_id,
'fullName' => $this->full_name,
'service' => $this->service_code,
'start_date' => $this->start_date,
'end_date' => $this->end_date,
'start_date' => $this->members_effective_date,
'end_date' => $this->members_expire_date,
'status' => $this->active,
];
}