From 16401c24b1e8e73b4e587f267d59f5a51ac55647 Mon Sep 17 00:00:00 2001 From: Quentin Defenouillere Date: Tue, 26 Feb 2019 19:03:40 +0100 Subject: [PATCH] [cragr] Type various untyped accounts --- modules/cragr/api/pages.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/cragr/api/pages.py b/modules/cragr/api/pages.py index 31ad84d0b7..08d90cc93d 100644 --- a/modules/cragr/api/pages.py +++ b/modules/cragr/api/pages.py @@ -135,6 +135,8 @@ class ContractsPage(LoggedPage, HTMLPage): 'prêts personnels': Account.TYPE_LOAN, 'crédits immobiliers': Account.TYPE_LOAN, 'ESC COM.': Account.TYPE_LOAN, + 'LIM TRESO': Account.TYPE_LOAN, + 'P.ETUDIANT': Account.TYPE_LOAN, 'épargne disponible': Account.TYPE_SAVINGS, 'épargne à terme': Account.TYPE_DEPOSIT, 'épargne boursière': Account.TYPE_MARKET, @@ -143,7 +145,9 @@ class ContractsPage(LoggedPage, HTMLPage): 'PREDI9 S2': Account.TYPE_LIFE_INSURANCE, 'V.AVENIR': Account.TYPE_LIFE_INSURANCE, 'FLORIA': Account.TYPE_LIFE_INSURANCE, + 'CAP DECOUV': Account.TYPE_LIFE_INSURANCE, 'ATOUT LIB': Account.TYPE_REVOLVING_CREDIT, + 'PAGR': Account.TYPE_MADELIN, } -- GitLab