mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-07 18:56:29 +00:00
feat: update Topup interface with status and paid_at fields; modify table display for topup details ✨
This commit is contained in:
@ -64,6 +64,8 @@ export interface Topup {
|
||||
name: string;
|
||||
};
|
||||
paid: boolean;
|
||||
status: "CANCELLED" | "PENDING" | "VERIFIED";
|
||||
paid_at: string | null;
|
||||
mib_reference: string | null;
|
||||
expires_at: string;
|
||||
is_expired: boolean;
|
||||
|
Reference in New Issue
Block a user