Fix transfer for LEO accounts
This commit is contained in:
parent
77edd03768
commit
67f1cc4db8
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class INGBackend(BaseBackend, ICapBank, ICapBill):
|
|||
if not isinstance(recipient, Recipient):
|
||||
# Remove weboob identifier prefix (LA-, CC-...)
|
||||
if "-" in recipient:
|
||||
recipient = recipient[3:]
|
||||
recipient = recipient.split('-')[1]
|
||||
return self.browser.transfer(account, recipient, amount, reason)
|
||||
|
||||
def iter_subscription(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue