We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e7961 commit 2785d41Copy full SHA for 2785d41
src/AqBanking/Command/RequestCommand.php
@@ -75,8 +75,9 @@ private function getShellCommand(\DateTime $fromDate = null)
75
. " --ctxfile=" . escapeshellcmd($this->contextFile->getPath())
76
. " --transactions"
77
. " --balance"
78
- . " --sto" // standing orders
79
- . " --dated" // dated transfers
+ // TODO: Standing orders and dated transfers are not supported by some account types
+ //. " --sto" // standing orders
80
+ //. " --dated" // dated transfers
81
;
82
83
if (null !== $fromDate) {
0 commit comments