Skip to content

Commit

Permalink
test: drop old TOOD's
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Dec 13, 2018
1 parent a28fd40 commit 2c13dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/ach-dne-write/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func main() {
bh.CompanyName = "Name on Account" // The name of the company/person that has relationship with receiver
bh.CompanyIdentification = fh.ImmediateOrigin
bh.StandardEntryClassCode = ach.DNE
bh.CompanyEntryDescription = "Death" // will be on receiving accounts statement // TODO
bh.CompanyEntryDescription = "Death" // will be on receiving accounts statement
bh.EffectiveEntryDate = time.Now().AddDate(0, 0, 1)
bh.ODFIIdentification = "23138010" // Originating Routing Number
bh.OriginatorStatusCode = 2
Expand Down
2 changes: 1 addition & 1 deletion test/ach-mte-write/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func main() {
bh.CompanyName = "Merchant with ATM" // Merchant with the ATM
bh.CompanyIdentification = fh.ImmediateOrigin
bh.StandardEntryClassCode = ach.MTE
bh.CompanyEntryDescription = "CASH WITHDRAW" // will be on receiving accounts statement // TODO
bh.CompanyEntryDescription = "CASH WITHDRAW" // will be on receiving accounts statement
bh.EffectiveEntryDate = time.Now() // Date physical money was received
bh.ODFIIdentification = "23138010" // Originating Routing Number

Expand Down

0 comments on commit 2c13dc0

Please sign in to comment.