Skip to content
  1. Jul 18, 2019
  2. Jul 05, 2019
    • Quentin Defenouillere's avatar
      [caissedepargne] Corrected obj_id and number Regexp for cards · 4d0d62c7
      Quentin Defenouillere authored and hydrargyrum's avatar hydrargyrum committed
      The palatine module (child of caissedepargne) does not use the format
      '123456XXXXXX1234' but '1234XXXX123456' to hide card digits.
      Therefore we must handle both cases using Coalesce.
      
      Closes: 42905@sibi
      4d0d62c7
    • Jerome Berthier's avatar
      [caissedepargne] fix websiteUnavailable when fetching cards · baedabde
      Jerome Berthier authored and hydrargyrum's avatar hydrargyrum committed
      For some accounts without cards the server closes the session
      when we try to reach CardsPage.
      We avoid this problem by checking whether there is a link to
      the cards before trying to go.
      baedabde
    • Jerome Berthier's avatar
      [caissedepargne] fix WebsiteUnavailable when fetching history for MILLEVIE PREMIUM accounts · 19df69ab
      Jerome Berthier authored and hydrargyrum's avatar hydrargyrum committed
      The server returns an error 500 trying to reach history of these accounts.
      The same problem occurs from a web browser.
      19df69ab
    • Jerome Berthier's avatar
      [caissedepargne] fix WebsiteUnavailable after linebourse calls · c9d450da
      Jerome Berthier authored and hydrargyrum's avatar hydrargyrum committed
      That is quite strange but it is not possible to back to the home page
      after fetching invests.
      First we need to go back to the synthesis page, then to the home page.
      
      Same problems when fetching recipients, we need to go first to the
      summary page.
      c9d450da
    • Maxime Pommier's avatar
      [caissedepargne] Improve the way that we get card's account. · dad4eb6d
      Maxime Pommier authored and hydrargyrum's avatar hydrargyrum committed
      Card cases is really tricky on the new website.
      There are 2 kinds of page where we can find cards infomation
       - CardsPage: List some of the PSU cards
       - CardsComingPage: On the coming transaction page (for a specific checking account),
         we can find all cards related to this checking account. Information to reach this
         CC is in the home page
      
      We have to go through this both kind of page for those reasons:
       - If there is no coming yet, the card will not be found in the home page and we will not
         be able to reach the CardsComingPage. But we can find it on CardsPage
       - Some cards are only on the CardsComingPage and not the CardsPage
       - In CardsPage, there are cards (with "Business" in the label) without checking account on the
         website (either history nor coming), so we skip them.
       - Some card on the CardsPage that have a checking account parent, but if we follow the link to
         reach it with CardsComingPage, we find an other card that not in CardsPage.
      
      Closes: 41709@sibi
      dad4eb6d
  3. Jun 17, 2019
  4. May 25, 2019
  5. May 19, 2019
  6. Apr 20, 2019
  7. Apr 06, 2019
  8. Mar 31, 2019
  9. Mar 16, 2019