mschindler83 / fints-hbci-php

A PHP library to communicate with FinTS / HBCI Servers
MIT License
130 stars 62 forks source link

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

Open nQk2 opened 6 years ago

nQk2 commented 6 years ago

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

MarkusBauer commented 6 years ago

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.

Philipp91 commented 5 years ago

@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!