Add LDD support to ING

This commit is contained in:
Mathieu Lordon 2013-08-30 17:27:49 +02:00 committed by Romain Bignon
commit f8a6da674c

View file

@ -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