fix support of PEA accounts
This commit is contained in:
parent
5b4c791392
commit
504240c29b
2 changed files with 42 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ from dateutil.relativedelta import relativedelta
|
|||
from weboob.deprecated.browser import Browser, BrowserIncorrectPassword
|
||||
|
||||
from .pages.login import LoginPage
|
||||
from .pages.accounts_list import GlobalAccountsList, AccountsList, AccountHistoryPage, InvestmentHistoryPage
|
||||
from .pages.accounts_list import GlobalAccountsList, AccountsList, AccountHistoryPage, InvestmentHistoryPage, PeaHistoryPage
|
||||
|
||||
__all__ = ['Fortuneo']
|
||||
|
||||
|
|
@ -47,7 +47,7 @@ class Fortuneo(Browser):
|
|||
'.*/prive/mes-comptes/compte-courant/consulter-situation/consulter-solde\.jsp.*' : AccountHistoryPage,
|
||||
'.*/prive/mes-comptes/compte-titres-.*': InvestmentHistoryPage,
|
||||
'.*/prive/mes-comptes/assurance-vie.*': InvestmentHistoryPage,
|
||||
'.*/prive/mes-comptes/pea.*': InvestmentHistoryPage,
|
||||
'.*/prive/mes-comptes/pea.*': PeaHistoryPage,
|
||||
'.*/prive/mes-comptes/compte-especes.*': InvestmentHistoryPage,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue