mschindler83/fints-hbci-php

$transaction->getName() is null and $transaction->getDescription1() is cut off after 32 chars

Opened this issue · 2 comments

nQk2 commented

Hello,

In some cases $transaction->getName() is null and $transaction->getDescription1() is cut off after 32 characters. So far this is only the case if the description starts with "EREF+".

Bank: Berliner Sparkasse
Hibiscus/Jameica is displaying the name and full description.

Besides that, thank you for sharing the project.

David

Sounds like the same problem as #40. I guess you're using the release version (1.0.4)?

You can try out the current master branch, that fixed this issue for me.

@mschindler83 Hey. It would be great if we could get a 1.0.5 release with the many fixes that have since been merged. (Depending on the dev-master version for a long time is annoying as it results in Composer warnings and PhpStorm misconfigurations.) Let me know if I can help. Thanks!