Skip to content
  1. 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
  2. Apr 08, 2020
  3. Feb 12, 2020
  4. 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
  5. Jun 17, 2019
  6. 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
  7. Mar 31, 2019
  8. Mar 16, 2019
  9. Feb 24, 2019
  10. Dec 02, 2018
  11. Mar 31, 2018
  12. Dec 16, 2017
  13. Aug 30, 2017
  14. Jul 08, 2017
  15. Jun 24, 2017
  16. Jun 17, 2017
  17. May 20, 2017
  18. Mar 11, 2017
  19. Feb 11, 2017
  20. Dec 24, 2016
  21. Dec 03, 2016
  22. Nov 18, 2016
  23. Aug 28, 2016
  24. Jun 09, 2016