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

headerString[key].split()

marcosmoski opened this issue · comments

I had problems with the function "parse()".
The last object of array headerString on "lib/ofx.js" is a function, the split() doesn't work in that case.

I corrected it with if(typeof != "function")

image

This code is found in "banking/lib/ofx.js".

fixed with #41