Skip to content

Commit 35c2ebd

Browse files
committed
fix missing save file
1 parent 4ad3d9c commit 35c2ebd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Please read laravel official documents:
6868
#### stage 1 permission system, nav, custom web page and admission test
6969

7070
- move the project checklist to github project or jira
71-
- change gen seat number from schedule to present method if not exists
71+
- change gen seat number from schedule to admission test show
7272
- update candidate store method to support select product and contact stripe
7373
- add stripe checkout web hock handle
7474
- change quota validity months to inside product and order table

app/Http/Controllers/CandidateController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function (Request $request, Closure $next) {
4949
return $errorReturn->withErrors(['message' => 'You has already been qualification for membership.']);
5050
}
5151
if ($user->hasSamePassportAlreadyQualificationOfMembership) {
52-
return $errorReturn->withErrors(['message' => 'Your passport has already been qualification for membership.']);
52+
return $errorReturn->withErrors(['message' => 'You have other same passport user account already been qualification for membership.']);
5353
}
5454
if ($user->hasOtherSamePassportUserAttendedAdmissionTest) {
5555
return $errorReturn->withErrors(['message' => 'You have other same passport user account attended other admission test, if you forgot account, please contact us.']);

0 commit comments

Comments
 (0)