fix support of several check accounts
This commit is contained in:
parent
d028e803bc
commit
fef02196fd
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ class Ing(BaseBrowser):
|
||||||
account = self.get_account(account)
|
account = self.get_account(account)
|
||||||
# The first and the second letter of the label are the account type
|
# The first and the second letter of the label are the account type
|
||||||
if account.label[0:2] == "CC":
|
if account.label[0:2] == "CC":
|
||||||
self.location('https://secure.ingdirect.fr/protected/pages/cc/accountDetail.jsf')
|
self.location('https://secure.ingdirect.fr/protected/pages/cc/accountDetail.jsf?account=%s' % int(account._index))
|
||||||
elif account.label[0:2] == "LA" or account.label[0:3] == "LEO":
|
elif account.label[0:2] == "LA" or account.label[0:3] == "LEO":
|
||||||
# we want "displayTRHistoriqueLA" but this fucking page
|
# we want "displayTRHistoriqueLA" but this fucking page
|
||||||
# is not directly available...
|
# is not directly available...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue