refund roadmap pr-1 and pr-2

This commit is contained in:
2026-05-11 13:04:20 +07:00
parent d2b0a780d5
commit 54f4569107
36 changed files with 5750 additions and 19 deletions
+2
View File
@@ -31,4 +31,6 @@ export const LIMITS = {
MAX_BANK_ACCOUNT_NUMBER_LENGTH: 32,
MAX_REJECTION_REASON_LENGTH: 500,
NIK_LENGTH: 16,
/** Catatan laporan dari peserta/organizer + catatan admin pada refund. */
MAX_REFUND_NOTE_LENGTH: 1000,
} as const;