DONE: fix error where the verification uses localhost after user register, use malay name in membership application (#16)
Build Docker Image / build-backend (push) Successful in 45s
Build Docker Image / build-frontend (push) Successful in 7s

Co-authored-by: ISMAIL MASSERAN <topaz@ISMAILs-Macbook.local>
Reviewed-on: #16
This commit was merged in pull request #16.
This commit is contained in:
2026-08-10 14:44:43 +08:00
parent db3ac37042
commit 820f8e46d9
4 changed files with 21 additions and 2 deletions
@@ -4,7 +4,7 @@
@section('letter-reference', $application->application_number)
@section('letter-date', now()->translatedFormat('d F Y'))
@section('letter-date', now()->locale('ms')->translatedFormat('d F Y'))
@section('letter-recipient')
<strong>{{ $applicant->name }}</strong><br>
@@ -444,7 +444,7 @@ class MembershipApplicationService
'application' => $application,
'applicant' => $applicant,
'boardMeetingReference' => $boardMeetingReference,
'boardMeetingDate' => Carbon::parse($boardMeetingDate)->translatedFormat('d F Y'),
'boardMeetingDate' => Carbon::parse($boardMeetingDate)->locale('ms')->translatedFormat('d F Y'),
'isPassed' => $isPassed,
'letterSubject' => $isPassed
? 'KELULUSAN PERMOHONAN MENJADI ANGGOTA KOPERASI PERMODALAN KELANTAN BERHAD (KoPKB)'