@@ -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"
The note is not visible to the blocked user.