Skip to content
  1. Apr 11, 2021
  2. Apr 04, 2021
  3. Oct 28, 2020
  4. Sep 09, 2020
    • Christophe François's avatar
      [yomoni] Fix login · 00db50d3
      Christophe François authored and hydrargyrum's avatar hydrargyrum committed
      The password isn't encoded in base 64 anymore. All connections have been
      set to wrongpass because we sent the password after encoding it.
      00db50d3
  5. Apr 08, 2020
  6. Feb 12, 2020
  7. Oct 23, 2019
    • Lucas Ficheux's avatar
      [yomoni] Fix iter_history regex · 76754334
      Lucas Ficheux authored and hydrargyrum's avatar hydrargyrum committed
      Set flag to re.UNICODE so that re.search has the same behaviour
      in Python 2 and 3.
      
      In Python 2 the default flag is re.ASCII so `\s` doesn't match
      `\xa0` (no-break space) so no transactions were returned except for the
      'Souscription' one.
      76754334
    • Lucas Ficheux's avatar
      [yomoni] Fix transaction fetching · 8ac8e20a
      Lucas Ficheux authored and hydrargyrum's avatar hydrargyrum committed
      The transactions were not fetched because the fetching process
      relies on a regex that no longer matched all transactions.
      
      The json now contains the character ` ` between the amount of the
      transaction and the currency symbol in most transactions.
      
      The string given by the json is now filtered to convert HTML entities
      before fedding it to the regex.
      8ac8e20a
  8. Jun 17, 2019
  9. May 19, 2019
    • Quentin Defenouillere's avatar
      [yomoni] Corrected account.number · 927205bb
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      Customers complained that we inserted the hash of the project as
      'account.number' instead of the actual account number (such as 1254 5C
      12352819).
      The project hash is necessary to access the account history so I added
      an attribute account._project_id in order to perform these history
      requests.
      
      Closes: 10526@zendesk
      927205bb
  10. Mar 31, 2019
  11. Mar 16, 2019
  12. Feb 27, 2019
  13. Feb 24, 2019
  14. Jan 06, 2019
  15. Dec 02, 2018
  16. Mar 31, 2018
  17. Dec 16, 2017
    • Sylvie Ye's avatar
      add CapBankWealth and CapBankPockets in bank.py · c4a87b34
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      update CapBank into CapbankWealth when iter_investments is implemented
      update CapBank into CapbankPockets when iter_pockets is implemented
      add CapBankWealth when iter_investments is implemented and inherit CapCgp or CapBankTransfer or CapBankTransferAddRecipient
      add CapBankPockets when iter_pockets is implemented and inherit CapCgp or CapBankTransfer or CapBankTransferAddRecipient
      c4a87b34
    • Sylvie Ye's avatar
      [Yomoni] add currency value in account · 0a9d96b7
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      0a9d96b7
  18. Sep 20, 2017
  19. Aug 30, 2017
  20. Jul 08, 2017
  21. Jun 24, 2017
  22. Jun 17, 2017
  23. May 20, 2017
  24. Mar 11, 2017
  25. Feb 11, 2017
  26. Jan 16, 2017
  27. Jan 08, 2017
  28. Dec 29, 2016
  29. Dec 24, 2016