Skip to content
  • Fong NGO's avatar
    [creditcooperatif] new espace bourse for Credit Cooperatif's connections · db94b500
    Fong NGO authored and Romain Bignon's avatar Romain Bignon committed
    The new Linebourse's website uses new requests to an API that are implemented
    in a brand new browser class (LinebourseAPIBrowser).
    
    Caisse d'Epargne's connections still use the old Linebourse website,
    that's why an additional class attribute stores the browser to use
    (LINEBOURSE_BROWSER).
    
    It is only used by Credit cooperatif's connections so far, so the
    existing code has to be kept as such, using if-conditionals on the
    current url to choose which requests to run.
    
    Also, raise an ActionNeeded for the first connection (CGUs)
    db94b500