diff --git a/modules/boursorama/browser.py b/modules/boursorama/browser.py index 3d668af345643fd000e7582997fffdd1ee262f3b..257abf751fcd47f9dad8a31b7504654aea58c6e7 100644 --- a/modules/boursorama/browser.py +++ b/modules/boursorama/browser.py @@ -358,7 +358,7 @@ def get_regular_transactions(self, account, coming): @retry_on_logout() @need_login def get_history(self, account, coming=False): - if account.type is Account.TYPE_LOAN or '/compte/derive' in account.url: + if account.type in (Account.TYPE_LOAN, Account.TYPE_CONSUMER_CREDIT) or '/compte/derive' in account.url: return [] if account.type is Account.TYPE_SAVINGS and u"PLAN D'\xc9PARGNE POPULAIRE" in account.label: return []