support defered cards
This commit is contained in:
parent
1a581a1543
commit
d68de0d0d7
3 changed files with 164 additions and 28 deletions
|
|
@ -83,3 +83,7 @@ class BanquePopulaireBackend(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_history(account, coming=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue