mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-08-04 03:27:44 +00:00
feat(wallet): update transaction type from CREDIT to TOPUP and display total debit/credit amounts ✨
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m27s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m27s
This commit is contained in:
@ -105,7 +105,7 @@ export interface WalletTransaction {
|
||||
name: string;
|
||||
};
|
||||
amount: number;
|
||||
transaction_type: "DEBIT" | "CREDIT";
|
||||
transaction_type: "DEBIT" | "TOPUP";
|
||||
description: string;
|
||||
reference_id: string;
|
||||
created_at: string;
|
||||
|
Reference in New Issue
Block a user