Introduces a line for the account history of savings.
This commit is contained in:
parent
9b1bc4269a
commit
ea52ac00a8
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ class Boursorama(BaseBrowser):
|
||||||
'.*connexion.phtml.*': LoginPage,
|
'.*connexion.phtml.*': LoginPage,
|
||||||
'.*/comptes/synthese.phtml': AccountsList,
|
'.*/comptes/synthese.phtml': AccountsList,
|
||||||
'.*/comptes/banque/detail/mouvements.phtml.*': AccountHistory,
|
'.*/comptes/banque/detail/mouvements.phtml.*': AccountHistory,
|
||||||
|
'.*/comptes/epargne/mouvements.phtml.*': AccountHistory,
|
||||||
'.*/date_anniversaire.phtml.*': UpdateInfoPage,
|
'.*/date_anniversaire.phtml.*': UpdateInfoPage,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue