Fix CC history for boursorama
Hi, current weboob git actually lists the previous month when asking for the history of a credit card. A website change broke the current logic. Attached patch fixes it. Raphaël
This commit is contained in:
parent
cfb603c6ad
commit
5ef6b8a346
1 changed files with 0 additions and 5 deletions
|
|
@ -133,11 +133,6 @@ class Boursorama(StateBrowser):
|
||||||
|
|
||||||
def get_history(self, account):
|
def get_history(self, account):
|
||||||
link = account._link_id
|
link = account._link_id
|
||||||
#We need to skip the first link on card page because there is a summary,
|
|
||||||
#and so the recent transaction are displayed twice
|
|
||||||
if account.type == Account.TYPE_CARD:
|
|
||||||
self.location(link)
|
|
||||||
link = self.page.get_next_url()
|
|
||||||
|
|
||||||
while link is not None:
|
while link is not None:
|
||||||
self.location(link)
|
self.location(link)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue