Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong right justified receiving_dfi_account_number field #3

Open
fangpenlin opened this issue Oct 28, 2014 · 0 comments
Open

Wrong right justified receiving_dfi_account_number field #3

fangpenlin opened this issue Oct 28, 2014 · 0 comments
Labels

Comments

@fangpenlin
Copy link

The field

https://github.com/bninja/nacha/blob/master/nacha/__init__.py#L265

should be left justified by NACHA documents, that's why Wells Fargo said that they saw some strange space padded in front account number.

However, I bet the implementation would be something like account_number.strip(), so it happens to work anyway at least for Wells Fargo.

@bninja bninja added the bug label Oct 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants