dont negate payment

This commit is contained in:
Bel LaPointe
2021-09-07 15:03:38 -06:00
parent 09f14ec44c
commit 6f3bf1f6a4

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"