Skip to content
Code-Schnipsel Gruppen Projekte
  1. Apr 01, 2025
    • Henning Leutz's avatar
      Merge branch 'next-1.x' into '1.x' · 508ac440
      verfasst von Henning Leutz
      fix: migration of all v2 fixes of the order guest module
      
      See merge request !39
    • Henning Leutz's avatar
      fix: migration of all v2 fixes of the order guest module · a7ba3020
      verfasst von Henning Leutz
      This commit addresses two main issues in `EventHandler.php`.
      Firstly, the fetching of the email from the `GuestOrder` session is moved at a different location
      in the flow where it makes more sense and doesn't get overridden prematurely.
      
      Secondly, an exhaustive condition handling has been added to address cases where there might be a
      payment error or async payment error. The method fetches the current order via the URL hash which
      could be an `OrderInProcess` or an already existing `Order`.
      
      The commit also ensures that the customer UUID is set correctly if the session exists. An update is
      made to the database to accommodate this change.
      
      Minor changes have also been made to spacing and data-type declaration in `GuestOrderUser.php` to
      help with readability and consistency.
      
      Related: #11
      a7ba3020
  2. Mär 20, 2025
  3. Sep 20, 2024
  4. Aug 21, 2024
  5. Aug 09, 2024
  6. Jul 18, 2024
  7. Jul 05, 2024
  8. Jul 04, 2024
  9. Mai 24, 2024
  10. Mär 15, 2024
  11. Mär 05, 2024
  12. Feb 14, 2024
  13. Feb 13, 2024
  14. Jan 23, 2024
  15. Okt 30, 2023
  16. Okt 24, 2023
Lade