update page transaction

This commit is contained in:
wayanrivan
2025-05-19 11:39:10 +07:00
parent 6bbaa3e94d
commit 0fada02155
7 changed files with 233 additions and 122 deletions

View File

@ -78,6 +78,10 @@ const TransactionProvider = ({ children }: { children: React.ReactNode }) => {
case 'R': return 'RETURN';
case 'N': return 'TOP UP PARTNER';
case 'E': return 'REWARD';
case 'L': return 'PURCHASE LOJA';
case 'B': return 'TOP UP P24';
case 'A': return 'TRANSFER AGENT';
case 'M': return 'WITHDRAWAL AGENT';
default: return '_';
}
},