Project

General

Profile

Actions

Bug #129

closed

--noninteractive sollte keine TAN Abfragen

Added by alexm over 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Category:
AqBanking
Start date:
10/06/2019
Due date:
Betriebssystem:
Linux
AqBanking-Version:
master
Anwendung:
aqbanking-cli
Version der Anwendung:

Description

Ich frage Umsätze wie folgt via PHP ab:

$this->pathToAqBankingCLIBinary
. " --noninteractive"
. " --acceptvalidcerts"
. " --pinfile=" . escapeshellcmd($this->pinFile->getPath())
. " request"
. " --bank=" . escapeshellcmd($this->account->getBankCode()->getString())
. " --account=" . escapeshellcmd($this->account->getAccountNumber())
. " --ctxfile=" . escapeshellcmd($this->contextFile->getPath())
. " --transactions"
. " --balance"

Wenn nun eine TAN verlangt wird, bleibt der Script stehen ... meiner Meinung nach sollte in diesem Fall mit einem Fehler abgebrochen werden, da eine TAN immer Interaktion erfordert.

Actions #1

Updated by martin almost 6 years ago

  • Status changed from New to Closed

Gute Idee, ist jetzt im GIT von Gwen.

Actions

Also available in: Atom PDF