diff --git a/modules/banquepopulaire/browser.py b/modules/banquepopulaire/browser.py index 507f81b9a705db9f70709d6b38a8ce6946223f5d..4126801693c9b22677ab9c3336d06724020bc598 100644 --- a/modules/banquepopulaire/browser.py +++ b/modules/banquepopulaire/browser.py @@ -955,8 +955,8 @@ def iter_documents(self, subscription): ], 'inListeTypesDocuments': [ {'typeDocument': {'code': 'EXTRAIT', 'label': 'Extrait de compte', 'type': 'referenceLogiqueDocument'}}, - {'typeDocument': {'code': 'RELVCB ', 'label': 'Relevé Carte Bancaire', 'type': 'referenceLogiqueDocument'}} - # space at the end of 'RELVCB ' is mandatory else => error 500 + {'typeDocument': {'code': 'RLVCB ', 'label': 'Relevé Carte Bancaire', 'type': 'referenceLogiqueDocument'}} + # space at the end of 'RLVCB ' is mandatory else => error 500 ] } self.documents_page.go(json=body, headers=self.documents_headers)