diff --git a/modules/societegenerale/sgpe/json_pages.py b/modules/societegenerale/sgpe/json_pages.py index 43cc685183965e0899ec0ff3e3c6c1b9dc6d028e..ca911195faaa5b250f5be27b1e69d225ecdde7da 100644 --- a/modules/societegenerale/sgpe/json_pages.py +++ b/modules/societegenerale/sgpe/json_pages.py @@ -63,6 +63,8 @@ class AccountsJsonPage(LoggedPage, JsonPage): 'Ldd': Account.TYPE_SAVINGS, 'Livret': Account.TYPE_SAVINGS, 'PEL': Account.TYPE_SAVINGS, + 'CPTE TRAVAUX': Account.TYPE_SAVINGS, + 'EPARGNE': Account.TYPE_SAVINGS, 'Plan Epargne': Account.TYPE_SAVINGS, 'PEA': Account.TYPE_PEA, 'PrĂȘt': Account.TYPE_LOAN,