Skip to content
Commit d432f358 authored by Quentin Defenouillere's avatar Quentin Defenouillere Committed by Romain Bignon
Browse files

[boursorama] Corrected issues with immediate card transactions

All immediate card transactions were filtered out from their parent
account because of issues in transaction typing as well as deferred card
transaction filtering.
For each account, ALL card transactions appear so we must carefully sort
transactions from deferred/immediate cards and only yield the immediate
ones since deferred card transactions are yielded separately (in the
history of the card).
This code enables correct detection of deferred card transactions
(mainly by checking if the account_label of the transaction appears in
the list of deferred cards).

Note: I also re-organized the order of iter_history() methods in browser.py
because it was a huge mess.

Closes: 8912@zendesk, 8308@zendesk, 8814@zendesk, 8773@zendesk,
8910@zendesk
parent 059bb677
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment