support pro accounts

This commit is contained in:
Romain Bignon 2013-03-12 13:04:25 +01:00
commit a8d8147452
10 changed files with 179 additions and 101 deletions

View file

@ -89,11 +89,11 @@ class BNPorcBackend(BaseBackend, ICapBank, ICapMessages):
def iter_history(self, account):
with self.browser:
return self.browser.iter_history(account._link_id)
return self.browser.iter_history(account)
def iter_coming(self, account):
with self.browser:
return self.browser.iter_coming_operations(account._link_id)
return self.browser.iter_coming_operations(account)
def iter_transfer_recipients(self, ignored):
for account in self.browser.get_transfer_accounts().itervalues():