Skip to content
  1. Jan 11, 2024
  2. Oct 17, 2023
  3. Aug 25, 2023
  4. Jul 31, 2023
    • Yacine BOUHALA's avatar
      [hsbc] add owner to loans · ac959748
      Yacine BOUHALA authored and Damien Mat Jedrzejewski's avatar Damien Mat Jedrzejewski committed
      An update was introduced in hsbc accounts
       in order  to ensure that loans belong to the "Loan" class
       rather than the "Account" class.
       However, while doing so,
       we forgot to assign an owner to the loans,
       which is something we do with regular accounts.
       As a result, this has created a bug in the code.
      ac959748
  5. Jul 17, 2023
  6. Jun 09, 2023
  7. Jun 04, 2023
  8. Jun 01, 2023
  9. May 23, 2023
  10. Apr 11, 2023
  11. Apr 08, 2023
  12. Mar 05, 2023
  13. Feb 17, 2023
  14. Feb 12, 2023
  15. Feb 11, 2023
  16. Feb 10, 2023
  17. Feb 04, 2023
  18. Jan 29, 2023
  19. Dec 19, 2022
    • Heddy's avatar
      [hsbc] fix xpath for investments pea and market · dfa70d75
      Heddy authored and Florian Duguet's avatar Florian Duguet committed
      Espace Patrimoine has become Espace patrimoine.
      use lower-case to handle both.
      
      When fetching account to retrieve investments,
      balance may be missing, add default in this case.
      dfa70d75
    • Yacine BOUHALA's avatar
      [hsbc] Fix otp url · dead4458
      Yacine BOUHALA authored and Florian Duguet's avatar Florian Duguet committed
      it seems that in hsbc when we look
       for the url of the validation otp
       we concatenate the otp_url value
       with 'https://www.hsbc.fr' except
       that this one is already complete
       so we get something like
       'https://www.hsbc.frhttps//.........'
       which leads us to an error
      dead4458
    • Yacine BOUHALA's avatar
      [hsbc] Handle duplicate id in accounts · 27f063d2
      Yacine BOUHALA authored and Florian Duguet's avatar Florian Duguet committed
      At HSBC the accounts are categorized in three categories:
       current, savings, and investment, however there are rare
       cases where the current accounts have the word investment
       in their labels, which leads us to a typing error,
       it happens that these accounts have the same id with
       the investment accounts(our case) due to the fact that
      the first one is considered as a checking type account
       and the other one as a market type.
       According to the tests made on several HSBC accounts,
       this bank always uses the word invest for investment
      accounts but never the full word "investment"
      which explains the presence and use of the word
       investment in a current account.
      A correction has been made to match only the accounts
       that have invest in their labels.
      27f063d2
    • Thomas Toumeyragues's avatar
      [hsbc] Correcting balance update for Life Insurances · 185e1d42
      Thomas Toumeyragues authored and Florian Duguet's avatar Florian Duguet committed
      Previous MR updated balance during iter_history instead
      of iter_accounts.
      Background: balance for Life insurances provided on the dashboard
      is not the most updated value, according to hsbc website.
      The value provided on LifeInsurancesPage is the most
      accurate.
      185e1d42
  20. Sep 05, 2022
  21. Aug 22, 2022
  22. Aug 12, 2022
  23. Jun 27, 2022
  24. Jun 22, 2022
  25. Jun 13, 2022
  26. May 23, 2022
    • Heddy's avatar
      [hsbc] fix otp url · 1f96770e
      Heddy authored and ntome's avatar ntome committed
      bad domain name for otp url
      which causes an error during SSL
      certificat verifaction
      1f96770e
  27. Apr 28, 2022
    • Heddy's avatar
      [hsbc] fix investments and history for wealth accounts · 0965c313
      Heddy authored and ntome's avatar ntome committed
      Life insurances details pages need a token in request.
      We use 2 new forms because forms are create by javascript
      with field token already filled.
      
      For PEA accounts we have to take care about 2 things:
      - leave "espace tiers" before
      - return empty list if we try to fetch investments
      for other people's accounts
      0965c313
  28. Apr 13, 2022
  29. Mar 09, 2022
  30. Feb 28, 2022
  31. Feb 18, 2022
  32. Jan 13, 2022
  33. Oct 13, 2021