From 0db08d00f965698caf61b10cff8287dbdbcfb734 Mon Sep 17 00:00:00 2001 From: Sylvie Ye Date: Thu, 11 Jul 2019 17:29:43 +0200 Subject: [PATCH] [cragr/api] update key for transfer response --- modules/cragr/api/transfer_pages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cragr/api/transfer_pages.py b/modules/cragr/api/transfer_pages.py index 9380bf9bc7..90bf2cf2a4 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) -- GitLab