Skip to content
Code-Schnipsel Gruppen Projekte
  1. Mär 27, 2025
  2. Mär 25, 2025
  3. Mär 21, 2025
    • Henning Leutz's avatar
      Merge branch 'next-2.x' into 'main' · 5be6d037
      verfasst von Henning Leutz
      fix: ensure email retrieval and order processing in EventHandler
      
      See merge request !35
    • Henning Leutz's avatar
      fix: ensure email retrieval and order processing in EventHandler · 1b1a6389
      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
      1b1a6389
  4. Mär 20, 2025
    • Henning Leutz's avatar
      Merge branch 'next-2.x' into 'main' · 67c9e8d0
      verfasst von Henning Leutz
      fix: consider logout for GuestOrderUser -> destroys session
      
      See merge request !32
    • Henning Leutz's avatar
      feat: refactor v3 compatibility · 1e1f453b
      verfasst von Henning Leutz
      Multiple updates have been made updating specific software versions and modifying code for email
      verification. We updated the phpstan version in phars.xml as well as added a new dependency in
      composer.json. We also refactored the EmailVerification class and the associated
      sendEmailVerification function. Changes include:
      
      1. Modification of the phars.xml file to use a more recent version of phpstan.
      2. Addition of a new software dependency to composer.json.
      3. Switching from using the deprecated AbstractVerification class to the LinkVerification class.
      4. Adjustments to method signatures and error messaging in EmailVerification class.
      5. Changes to the sendEmailVerification function in the GuestOrder class to accommodate the updated
      LinkVerification class.
      1e1f453b
    • Henning Leutz's avatar
      fix: consider logout for GuestOrderUser -> destroys session · 3bb5ef67
      verfasst von Henning Leutz
      This commit introduces a new feature to the GuestOrderUser class under `src/QUI/ERP/Order/Guest/`.
      A logout method is added, which calls the `destroy` function from the `QUI` session, allowing a
      guest user to log out.
      
      Related: #10
      3bb5ef67
  5. Sep 20, 2024
  6. Sep 11, 2024
  7. Aug 21, 2024
  8. Aug 20, 2024
  9. Aug 16, 2024
  10. Aug 12, 2024
  11. Aug 10, 2024
  12. Aug 08, 2024
  13. Aug 06, 2024
  14. Aug 02, 2024
  15. Jul 29, 2024
Lade