investment banquepopulaire

This commit is contained in:
Baptiste Delpey 2015-05-12 18:33:17 +02:00 committed by Romain Bignon
commit 39aba3eb8f
3 changed files with 57 additions and 2 deletions

View file

@ -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)