There was an error while loading. Please reload this page.
2 parents 175ba4b + 06a71d2 commit 78faac8Copy full SHA for 78faac8
1 file changed
src/AqBanking/Command/RenderContextFileToXMLCommand.php
@@ -17,6 +17,7 @@ public function execute(ContextFile $contextFile, bool $returnSimpleXml = false)
17
$this->pathToAqBankingCLIBinary
18
. ' export'
19
. ' --ctxfile=' . escapeshellcmd($contextFile->getPath())
20
+ . ' --transactiontype=statement' // we are only interested in statements, not notedStatement and so on
21
. ' --exporter=xmldb';
22
23
$result = $this->getShellCommandExecutor()->execute($shellCommand);
0 commit comments