investment banquepopulaire
This commit is contained in:
parent
21e507a99e
commit
39aba3eb8f
3 changed files with 57 additions and 2 deletions
|
|
@ -89,3 +89,7 @@ class BanquePopulaireModule(Module, CapBank):
|
|||
def iter_coming(self, account):
|
||||
with self.browser:
|
||||
return self.browser.get_history(account, coming=True)
|
||||
|
||||
def iter_investment(self, account):
|
||||
with self.browser:
|
||||
return self.browser.get_investment(account)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue