Fix livret A history (site changed)
The url is still valid, but the html code look like the normal account.
This commit is contained in:
parent
6e430010ab
commit
03f68b4207
3 changed files with 10 additions and 40 deletions
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
from weboob.tools.browser import BaseBrowser
|
||||
from .pages import AccountsList, LoginPage, LoginPage2, \
|
||||
AccountHistoryCC, AccountHistoryLA
|
||||
AccountHistory
|
||||
|
||||
|
||||
__all__ = ['Ing']
|
||||
|
|
@ -33,8 +33,8 @@ class Ing(BaseBrowser):
|
|||
PAGES = {'.*displayTRAccountSummary.*': AccountsList,
|
||||
'.*displayLogin.jsf': LoginPage,
|
||||
'.*displayLogin.jsf.*': LoginPage2,
|
||||
'.*accountDetail.jsf.*': AccountHistoryCC,
|
||||
'.*displayTRHistoriqueLA.*': AccountHistoryLA
|
||||
'.*accountDetail.jsf.*': AccountHistory,
|
||||
'.*displayTRHistoriqueLA.*': AccountHistory
|
||||
}
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue