fix detection on login failed, and support deferred debit cards

This commit is contained in:
Romain Bignon 2013-04-01 16:25:46 +02:00
commit fc78b3c9b7
3 changed files with 55 additions and 22 deletions

View file

@ -59,3 +59,7 @@ class CaisseEpargneBackend(BaseBackend, ICapBank):
def iter_history(self, account):
with self.browser:
return self.browser.get_history(account)
def iter_coming(self, account):
with self.browser:
return self.browser.get_coming(account)