nemiah / phpFinTS

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

getTanMedia not returning anything #446

Open CasparKrog opened 1 month ago

CasparKrog commented 1 month ago

Same problem, as some had with "Sparkasse" before in here.

But for me it is not even showing "Alle Geräte" in tanMedia. Executing this $tanMedia = $fints->getTanMedia($tanMode); is not returning anything. The code is not getting past this. If I set this manually to "Alle Geräte", the code won't work ($tanMedium = "Alle Geräte";).