bankofamerica impl charges
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user