Skip to content
Code-Schnipsel Gruppen Projekte
  1. Feb 23, 2025
    • Henning Leutz's avatar
      fix(phpunit): improve method existence checks in product handling code · 088220b6
      verfasst von Henning Leutz
      Extended the method existence checks throughout src/QUI/ERP/Order/Basket/ files. Improved the
      robustness of the code by ensuring that methods such as 'getUuid', 'getProductSetParentUuid',
      'getQuantity', 'toArticle', and 'getAttributesForUniqueField' exist before calling them, thus
      preventing potential undefined method errors. Removed unnecessary comments used for type hinting in
      favor of functional checks.
      
      Related: #172
      088220b6
  2. Feb 06, 2025
    • Henning Leutz's avatar
      refactor: update union types with null · ca954d77
      verfasst von Henning Leutz
      Improve readability and interpretability of code by explicitly stating null in union types. This
      change has been applied across multiple files and functions.
      
      PHP8.4 compatibility
      ca954d77
    • Henning Leutz's avatar
      fix(Basket): improve basket id handling and user check in Basket.php · 30906ba4
      verfasst von Henning Leutz
      Added a conditional check in src/QUI/ERP/Order/Basket/Basket.php to convert basketId to actual id
      from user's session if it is a boolean value. This fixes potential issues that may arise with
      non-integer basketIds.
      
      Also, introduced a safeguard check before saving to ensure there is a valid User. If not, the save
      function is exited early to prevent potential errors or undesired actions.
      30906ba4
  3. Okt 10, 2024
  4. Okt 09, 2024
  5. Okt 08, 2024
  6. Jul 29, 2024
  7. Mai 16, 2024
  8. Mai 02, 2024
  9. Apr 20, 2024
  10. Mär 14, 2024
  11. Jan 11, 2024
  12. Jan 08, 2024
  13. Dez 29, 2023
  14. Dez 18, 2023
  15. Mai 08, 2023
  16. Jan 06, 2023
  17. Jun 28, 2022
  18. Jun 23, 2022
  19. Feb 15, 2021
  20. Feb 02, 2021
  21. Nov 24, 2020
  22. Aug 28, 2020
  23. Jun 16, 2020
  24. Sep 25, 2019
  25. Sep 19, 2019
  26. Sep 12, 2019
  27. Aug 05, 2019
  28. Aug 01, 2019
  29. Apr 01, 2019
  30. Mär 28, 2019
  31. Mär 27, 2019
  32. Mär 26, 2019
  33. Mär 22, 2019
  34. Nov 06, 2018
  35. Okt 01, 2018
  36. Sep 24, 2018
Lade