Subject: | $account->saldo() shows everytime postive values |
Hello,
currently i have -186 Euro on my bank account.
$account->saldo() shows 186 Euro , so a positive value :-)
If i check with
$zeiger = ($account->statement(TIMEFRAME => "alle"));
$kontostand = $zeiger->{'STATEMENT'}->{'SALDO'};
i get the correct negative value.
Greetings Torsten