Full support of transfer
This commit is contained in:
parent
dae0cdf513
commit
c861da55f9
4 changed files with 62 additions and 8 deletions
|
|
@ -84,4 +84,4 @@ class INGBackend(BaseBackend, ICapBank):
|
|||
with self.browser:
|
||||
if not isinstance(account, Account):
|
||||
account = self.get_account(account)
|
||||
self.browser.transfer(account, recipient, amount, reason)
|
||||
return self.browser.transfer(account, recipient, amount, reason)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue