fix detection on login failed, and support deferred debit cards
This commit is contained in:
parent
f1309eeb93
commit
fc78b3c9b7
3 changed files with 55 additions and 22 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue