Add partner Logo

This commit is contained in:
aditya.siregar
2024-08-15 19:56:52 +07:00
parent 21f8d170fa
commit 667aecae09
4 changed files with 11 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ type Partner struct {
BankAccountName string `json:"bank_account_name"`
BankAccountHolderName string `json:"bank_account_holder_name"`
BankAccountHolderNumber string `json:"bank_account_holder_number"`
Logo string `json:"logo"`
}
type PartnerList struct {