Full support of transfer

This commit is contained in:
Florent 2012-09-25 15:46:54 +02:00 committed by Romain Bignon
commit c861da55f9
4 changed files with 62 additions and 8 deletions

View file

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