rename iter_operations to iter_coming
This commit is contained in:
parent
9bd7346261
commit
8f282c9ae8
10 changed files with 18 additions and 16 deletions
|
|
@ -90,7 +90,7 @@ class BNPorcBackend(BaseBackend, ICapBank, ICapMessages):
|
|||
with self.browser:
|
||||
return self.browser.iter_history(account._link_id)
|
||||
|
||||
def iter_operations(self, account):
|
||||
def iter_coming(self, account):
|
||||
with self.browser:
|
||||
return self.browser.iter_coming_operations(account._link_id)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue