Update Transaction

This commit is contained in:
aditya.siregar
2024-08-28 00:32:19 +07:00
parent 123ea5c8e8
commit 654ddc0b4a
5 changed files with 8 additions and 2 deletions
+2
View File
@@ -52,6 +52,8 @@ type TransactionList struct {
SiteName string
PartnerName string
Amount int64
Total int64
Fee int64
}
type TransactionApproval struct {