nemiah / phpFinTS

PHP library to communicate with FinTS/HBCI servers
MIT License
130 stars 39 forks source link

Tolerate null values passed to Kti::create() #406

Closed Philipp91 closed 1 year ago

Philipp91 commented 1 year ago

The fields are actually nullable and in ::fromAccount() we might receive nulls.

Fixes #405

timrasche commented 1 year ago

Please merge!

bastidest commented 1 year ago

I have hit the same issue with the downstream project https://github.com/bnw/firefly-iii-fints-importer . I tried this patch and it fixes the issue.