Skip to content
  1. Sep 11, 2019
  2. Aug 28, 2019
  3. Jul 27, 2019
  4. Jun 17, 2019
  5. Apr 06, 2019
  6. Mar 31, 2019
  7. Mar 16, 2019
    • Sylvie Ye's avatar
      [ing] multiple fix · c700a2f6
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      do_login: fix handle login error
      
      CapBank:
      * Accont on new website are needed to do transfer.
      * Do matching account between old and new website
      based on account balance and the 4 last account number characters
      * Details of accounts other than checking accounts are not available on new website
      
      CapWealth:
      * Invests are not available on new website, use old website to retreive it
      
      CapBankTransfer:
      * transfer is only available on new website, do iter recipient on it
      
      CapProfile:
      * get profile on new website
      c700a2f6
    • Sylvie Ye's avatar
      [ing] handle API website · 8e82bfc4
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      create separate browser and page for API website
      API website is not working for now (can only retrieve checking and card accounts information),
      Redirect to old browser after new website login
      Also fix multispace redirect
      8e82bfc4