Update Tranaction

This commit is contained in:
aditya.siregar
2024-07-31 23:54:17 +07:00
parent 4c1a819365
commit a4bad0c088
9 changed files with 186 additions and 21 deletions
+5
View File
@@ -50,3 +50,8 @@ type TransactionList struct {
PartnerName string
Amount int64
}
type TransactionApproval struct {
TransactionID string
Status string
}