feat: add payment functionality for passed exam certificates and update related statuses

This commit is contained in:
Nati
2026-08-21 06:55:51 +00:00
parent 357dc3e4d5
commit cc4ce06a71
4 changed files with 49 additions and 8 deletions

View File

@@ -159,6 +159,8 @@ export const APPLICANT_ACTION_STATUSES: LicenseStatus[] = [
// sit again after a failure.
'EXAM_PAYMENT_PENDING',
'EXAM_FAILED',
// Passed: the certificate fee falls due, and only the candidate can pay it.
'EXAM_PASSED',
];
/** Statuses that are finished, whichever way they went. */