fruitl00p / php-mt940

A mt940 parser in PHP
MIT License
103 stars 60 forks source link

Parser for HSBC bank #59

Closed ddcatgg closed 5 years ago

ddcatgg commented 5 years ago

A new HsbcTransaction class holds the virtual account information.

ddcatgg commented 5 years ago

Why does Travis CI's hhvm test fail, what should I do?

fruitl00p commented 5 years ago

@ddcatgg HHVM is moving further and further away from PHP and you can update your PR (just make another commit to your branch) and remove the HHVM from travis.... I've been thinking of dropping that for a while now, since the HHVM announcement

this is as good as time as any to push that forward :)

ddcatgg commented 5 years ago

@fruitl00p OK, I'll do that. thanks!

fruitl00p commented 5 years ago

@ddcatgg Thanks for your contribution! Great!