diff --git a/modules/boursorama/browser.py b/modules/boursorama/browser.py index a6810e9f77e5d1c463c19c5fceb4e4444203668b..885cd2e5469d12137cee74ab448dbe2a65a04897 100644 --- a/modules/boursorama/browser.py +++ b/modules/boursorama/browser.py @@ -880,7 +880,7 @@ def check_and_update_recipient(self, recipient, account_url): # We are taking it from the recipient list page # because there is no summary of the adding self.go_recipients_list(account_url, recipient.origin_account_id) - return find_object(self.page.iter_recipients(), id=recipient.id, error=RecipientNotFound) + return find_object(self.page.iter_recipients(), iban=recipient.iban, error=RecipientNotFound) @need_login def iter_transfers(self, account):