Skip to content
  1. Jan 11, 2024
  2. Jul 31, 2023
  3. Jul 17, 2023
  4. May 23, 2023
  5. Apr 08, 2023
  6. Mar 28, 2023
  7. Mar 05, 2023
  8. Feb 12, 2023
  9. Feb 04, 2023
  10. Jan 29, 2023
  11. Jan 26, 2023
  12. Dec 13, 2022
  13. Sep 05, 2022
  14. Aug 12, 2022
  15. Aug 08, 2022
  16. Mar 09, 2022
  17. Feb 28, 2022
  18. Feb 18, 2022
    • Daniel Zhu's avatar
      [amazon] Fix FormNotFound exception from "approval" step · fbec7ecf
      Daniel Zhu authored and ntome's avatar ntome committed
      When the browser goes to the page where the user is supposed to
      receive an OTP, Woob is trying to find an unexisting HTML form tag.
      
      It seems that the endpoint `/ap/cvf/transactionapproval`, which is new,
      was not handled by the right `Page` element (`Security` by default due
      to its generic endpoint `/ap/cvf`, instead of `ApprovalPage`, according
      to its HTML code source).
      
      This commit fixes this behaviour and add the new endpoint to the list
      of endpoints handled by `ApprovalPage`.
      fbec7ecf
  19. Jul 23, 2021
  20. Jun 30, 2021
  21. Jun 05, 2021
  22. May 24, 2021