Add LDD support to ING
This commit is contained in:
parent
74578f2558
commit
f8a6da674c
1 changed files with 3 additions and 0 deletions
|
|
@ -74,6 +74,9 @@ class AccountsList(BasePage):
|
|||
elif "Orange" in account.label:
|
||||
account.id = "LEO-" + account.id
|
||||
account.type = Account.TYPE_SAVINGS
|
||||
elif "Durable" in account.label:
|
||||
account.id = "LDD-" + account.id
|
||||
account.type = Account.TYPE_SAVINGS
|
||||
elif "Titres" in account.label:
|
||||
account.id = "TITRE-" + account.id
|
||||
account.type = Account.TYPE_MARKET
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue