mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
fix: show total purchase count instead of paid on admin landings
This commit is contained in:
@@ -136,9 +136,12 @@ export interface LandingListItem {
|
||||
method_count: number;
|
||||
purchase_stats: {
|
||||
total: number;
|
||||
paid: number;
|
||||
pending: number;
|
||||
paid: number;
|
||||
delivered: number;
|
||||
pending_activation: number;
|
||||
failed: number;
|
||||
expired: number;
|
||||
};
|
||||
created_at: string | null;
|
||||
updated_at: string | null;
|
||||
|
||||
Reference in New Issue
Block a user