fix for #11365 add page to browser: pea account type
This commit is contained in:
parent
a2ad52d736
commit
293da472e3
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +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,
|
||||
}
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue