add type Account.TYPE_DEPOSIT

This commit is contained in:
Romain Bignon 2015-06-01 14:25:29 +02:00
commit 21e507a99e

View file

@ -53,6 +53,7 @@ class BredBrowser(DomainBrowser):
'080': Account.TYPE_SAVINGS,
'027': Account.TYPE_SAVINGS,
'037': Account.TYPE_SAVINGS,
'730': Account.TYPE_DEPOSIT,
}
def api_open(self, *args, **kwargs):