Skip to content

Commit 78faac8

Browse files
committed
Merge commit '06a71d2'
2 parents 175ba4b + 06a71d2 commit 78faac8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/AqBanking/Command/RenderContextFileToXMLCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public function execute(ContextFile $contextFile, bool $returnSimpleXml = false)
1717
$this->pathToAqBankingCLIBinary
1818
. ' export'
1919
. ' --ctxfile=' . escapeshellcmd($contextFile->getPath())
20+
. ' --transactiontype=statement' // we are only interested in statements, not notedStatement and so on
2021
. ' --exporter=xmldb';
2122

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

0 commit comments

Comments
 (0)