dont negate payment

master
Bel LaPointe 2021-09-07 15:03:38 -06:00
parent 09f14ec44c
commit 6f3bf1f6a4
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ func (c *chaseScraper) scrape2021Payment(m *mail.Message) ([]*Transaction, error
re = regexp.MustCompile(`\$[0-9]+\.[0-9]{2}`)
amount := "-" + strings.TrimLeft(string(re.Find(b)), "$")
amount = strings.TrimLeft(string(re.Find(b)), "$")
vendor := "Payment"