diff --git a/modules/cragr/api/transfer_pages.py b/modules/cragr/api/transfer_pages.py index 9380bf9bc7e5fed60f0d44eec7ec60d4c35b3e64..90bf2cf2a48f4e2c1d60d44fab857e36f70fab5b 100644 --- a/modules/cragr/api/transfer_pages.py +++ b/modules/cragr/api/transfer_pages.py @@ -129,7 +129,7 @@ def handle_response(self, transfer): t.account_id = Dict('currentDebitAccountNumber')(self.doc) t.account_iban = Dict('currentDebitIbanCode')(self.doc) - t.account_label = Dict('typeCompte')(self.doc) + t.account_label = Dict('currentDebitTypeCompte')(self.doc) t.recipient_label = CleanText(Dict('currentCreditAccountName'))(self.doc) t.recipient_id = t.recipient_iban = Dict('currentCreditIbanCode')(self.doc)