jach
jach copied to clipboard
AddendaRecord and ReturnAddendaRecord are off by one
First I just want to say thank you for putting this project out in the internet. This is a great piece of software and you should be proud of it!
We found two small bugs:
The declaration for Addenda Description is off. We referenced https://www.key.com/kttu/pdf/tkACH_0917.pdf and several other banks to verify this.
For AddendaRecord.java this should be the correct declaration:
@ACHField(start = 35, length = 44, name = COMP_ENTRY_DESCRIPITON, inclusion = MANDATORY)
public String getCompEntryDescription() {
and in ReturnAddendaRecord.java:
@ACHField(start = 35, length = 44, name = ADDENDA_INFORMATION)
public String getAddendaInformation() {
Thank you very much!
@exabrial feel free to create the pull-request. Sorry for late answer