euforic / banking.js

The Missing API for Banks - Get all of your transactions and balances using node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Credit card requests are not getting the DTEND field added

ansonlouis opened this issue · comments

Pardon my very amateur knowledge in the OFX world, but it looks like not adding the DTEND field during credit card requests (the final else block in createRequest) is causing my bank to always return all of my transactions. Adding in the DTEND field results in the proper amount of transactions (at least with my bank).

Is there any reason why this field isn't appended to the OFX request for credit card requests?

fix in v 1.0.1