Skip to content

Commit

Permalink
fix: remove check_digit argument in ACH generation (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
agritheory authored Mar 1, 2023
1 parent 825bf70 commit 8476235
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion check_run/check_run/doctype/check_run/check_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,6 @@ def build_nacha_file_from_payment_entries(doc, payment_entries, settings):
ach_entry = ACHEntry(
transaction_code=22, # checking account
receiving_dfi_identification=party_bank_routing_number,
check_digit=5,
dfi_account_number=party_bank_account,
amount=int(pe.paid_amount * 100),
individual_id_number='',
Expand Down

0 comments on commit 8476235

Please sign in to comment.