You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, if the 'Reference Code' field in the File Header is left empty, a nACHError is thrown even though the file is in the correct format.
The issue seems to be with alphanumericRegex specified in lib.validate.js. It does not recognize empty strings
The text was updated successfully, but these errors were encountered:
For example, if the 'Reference Code' field in the File Header is left empty, a nACHError is thrown even though the file is in the correct format.
The issue seems to be with
alphanumericRegex
specified inlib.validate.js
. It does not recognize empty stringsThe text was updated successfully, but these errors were encountered: