ampaze

Results 91 comments of ampaze

It was just a hint, the pull request will most likely not be merged and therefore this lib will no longer work as is.

@ekarakashi How is this helping? It would be more helpful if you could get in touch with him about this. Thanks.

It's totally fine if you want to stick with this repository or your own fork, never change a running system if you don't have to. @nemiah usually responds to pull...

Having the same problem also with GLS. @drstil Did you ever fix this?

Found the problem, the touchdown identifier contains a "+" which needs to be escaped when used in a message send to the server. In other words in the method `FinTs::getStatementOfAccount`...

@Makku01 Could you try https://github.com/nemiah/phpFinTS? I just made some fixes concerning a similar problem.

I fixed this in the fork https://github.com/nemiah/phpFinTS

@RentMyNick You can try https://github.com/nemiah/phpFinTS, where I recently implemented FinTs::getBankToCustomerAccountReportAsRawXML. The XML doesn't really need to be parsed, just grab the info you want from it with PHP. Cheers.

Stimmt, das Beispiel ist veraltet, aber die Klasse `SEPADirectDebitBasic` stammt aus https://github.com/nemiah/phpSepaXml. Vielleicht da mal nachfragen.

Da es immer eine TAN beim Login geben kann, ist ein Cronjob eigentlich ungeeignet. Wenn Cronjob dann müsste er sich selbst selbst stilllegen sobald die Bank nach einer TAN gefragt...