asgrim / ofxparser

:moneybag: OFX File Parser
MIT License
108 stars 102 forks source link

fix buildBankAccounts when have two or more STMTRS inside #41

Closed jmarcelocjr closed 7 years ago

jmarcelocjr commented 7 years ago

The latest OFX that i received from Banco do Brasil come with two STMTRS and when the Ofx build the bank accounts he only get the first one. With that change he do a foreach into STMTRS to get all bank account that may be inside there.

Nothing changes on return.

Also added the OFX to tests.

jmarcelocjr commented 7 years ago

@asgrim Thank you por your review!

added the type!

asgrim commented 7 years ago

Thanks @jmarcelocjr! :+1:

asgrim commented 6 years ago

Released in https://github.com/asgrim/ofxparser/releases/tag/1.2.2 - thanks!