bankofamerica impl charges

This commit is contained in:
Bel LaPointe
2021-09-07 15:46:01 -06:00
parent 6f3bf1f6a4
commit 10bc441e1e
6 changed files with 136 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ func (t *Transaction) Format() string {
}
func (t *Transaction) String() string {
return fmt.Sprint(*t)
return fmt.Sprintf("%+v", *t)
}
func NewTransaction(account, amount, vendor, date string, bank Bank) *Transaction {