CnczubehoerEu

Results 9 comments of CnczubehoerEu

Okay, I did the following: ``` use Fhp\FinTsOptions; class FinTSService { /** * @param string $tan * @return \Fhp\FinTsNew * @throws \Fhp\CurlException * @throws \Fhp\Protocol\ServerException */ public function login(string $tan...

Thanks a lot for your help. I sent you the logger result via mail. I'm not quite sure, if it contains any non-public information.

To figure out the string "mT:Smartphones" was hard work. The string "Smartphones" comes from the login page of the Postbank. On the login page PB asks for the way to...

Okay, I did the following: ``` $fints = new \Fhp\FinTsNew($options, $credentials); echo $fints->getTanMedia(930); $fints->selectTanMode(930, "mT:Smartphones"); ``` And the following errors comes: "Server does not allow single-step TAN mode, but there...

Now, I did both: getTanMedia() an commented out ensureSynchronized. The error is the same: "Server does not allow single-step TAN mode, but there are multiple to pick from" Additional I...

Dear Philipp, thank you very much for your efforts. I'm very sorry for my late reply. Lots of other stuff to do. I implemented your samples into my system, and...

Thank you very much for your prompt reply. Oh yes, very stupid mistake. I splitted "handleTan" in two new functions "serializeAction" and "unserializeAction". Now it works great. Thank you very...

Ich changes the following manually in MFRC522Extended.cpp: Line 824: if (backData && backLen && (*backLen > 0)) { Line 847: if (backData && backLen && (*backLen > 0)) { Now...

In my case, I can read everything I want. I guess, in your case it is indeed an second problem somewhere else.