Skip to content
  1. Jan 11, 2024
  2. Nov 21, 2023
  3. Oct 17, 2023
  4. Aug 25, 2023
    • Yacine BOUHALA's avatar
      [creditmutuel] increase timeout · 43305732
      Yacine BOUHALA authored and Romain Bignon's avatar Romain Bignon committed
      In certain cases, we often encounter numerous accounts
       associated with a single connection,
       which leads to requiring a bit more time for data retrieval.
       If we are unable to retrieve all the data within the given time,
       we encounter a timeout.
       This is one of the errors that causes bugs within this module.
      43305732
  5. Jul 31, 2023
  6. Jul 24, 2023
  7. Jul 17, 2023
    • Yacine BOUHALA's avatar
      [creditmutuel] add regex for amount in cards history + add obj_commision · 3d911094
      Yacine BOUHALA authored and Quentin Defenouillere's avatar Quentin Defenouillere committed
      In CIC, which is a child of Credit Mutuel,
       we encountered some situations in the transaction history
       where we have amounts with values like
       '2.52 EUR DONT FRAIS 0.07 EUR.'
       This creates bugs while iterating through the history.
       To address this issue, we have added a regex that
       allows us to extract only the necessary information.
      3d911094
    • Yacine BOUHALA's avatar
      [creditmutuel] fix missing variable · 120bf92a
      Yacine BOUHALA authored and Quentin Defenouillere's avatar Quentin Defenouillere committed
      In CIC, which is a child of creditmutuel,
       we encountered an issue during the initial iteration.
       The URL of the first page,
      which is responsible for retrieving the first page of accounts,
       lacks the 'numtie' variable and its corresponding value.
       This absence of the variable is causing bugs as it is essential
       for pagination.
       Consequently, we had to search for an alternative source
       to obtain this variable.
      120bf92a
    • Heddy's avatar
      [creditmutuel] handle deferred loans · 1ba864ba
      Heddy authored and Quentin Defenouillere's avatar Quentin Defenouillere committed
      In the case of a deferred loan, we now return the monthly
      franchise payments in next_payment_date
      and next_payment_amount.
      
      If the loan is in the franchise status,
      then it is deferred.
      
      The repayment_start_date can only be determined
      if repayment has not yet begun.
      
      In this case, we can find the information
      "xxx sur xxx mois" on the bank's website,
      which is equal to "nb_payment_left over duration".
      If they are equal, then next_payment_date is
      equal to repayment_start_date.
      1ba864ba
  8. Jul 12, 2023
  9. Jul 03, 2023
  10. Jun 30, 2023
  11. Jun 21, 2023
  12. Jun 09, 2023
  13. Jun 01, 2023
  14. May 23, 2023
  15. May 02, 2023
  16. Apr 11, 2023
  17. Apr 08, 2023
  18. Mar 28, 2023
  19. Mar 05, 2023
  20. Mar 01, 2023
  21. Feb 12, 2023
  22. Feb 11, 2023