bpent: support coming transactions
This commit is contained in:
parent
63648a8353
commit
26ebea7875
3 changed files with 41 additions and 27 deletions
|
|
@ -101,9 +101,6 @@ class BNPorcBackend(BaseBackend, ICapBank, ICapMessages):
|
|||
return self.browser.iter_history(account)
|
||||
|
||||
def iter_coming(self, account):
|
||||
if self.config['website'].get() != 'pp':
|
||||
raise NotImplementedError()
|
||||
|
||||
with self.browser:
|
||||
return self.browser.iter_coming_operations(account)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue