Actions
Bug #144
closeda3252 breaks aqbanking-cli request --transactions
Status:
Closed
Priority:
Normal
Category:
AqBanking
Start date:
10/05/2019
Due date:
Betriebssystem:
andere
AqBanking-Version:
a3252b7873c1385a3c5f6eefa5824f62cd3cce38
Anwendung:
andere
Version der Anwendung:
Description
value field in transaction reads "0" always.
Before:
$ aqbanking-cli request --transactions --aid=2
[...]
transaction {
char type="statement"
char subType="none"
char command="none"
[...]
char value="-15000%2F100"
a3252 and later:
char value="0"
Found with git bisect.
Updated by martin over 6 years ago
- Status changed from New to Feedback
Hmm, could you please check with latest releases?
I checked with my versions here and it works correctly. Did you do a "make clean" after git update?
Updated by thilo over 6 years ago
martin schrieb:
Hmm, could you please check with latest releases?
I checked with my versions here and it works correctly. Did you do a "make clean" after git update?
yep, make clean and rebuilding fixed the problem. kann zu.
Actions