Skip to content

Commit

Permalink
Filter out notedStatements (vorgemerkte Buchungen)
Browse files Browse the repository at this point in the history
  • Loading branch information
amenk committed Sep 12, 2020
1 parent 8894fe8 commit 969c789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AqBanking/Command/RenderContextFileToXMLCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public function execute(ContextFile $contextFile, bool $returnSimpleXml = false)
$this->pathToAqBankingCLIBinary
. ' export'
. ' --ctxfile=' . escapeshellcmd($contextFile->getPath())
. ' --transactiontype=statement' // we are only interested in statements, not notedStatement and so on
. ' --exporter=xmldb';

$result = $this->getShellCommandExecutor()->execute($shellCommand);
Expand Down

0 comments on commit 969c789

Please sign in to comment.