Skip to content
Code-Schnipsel Gruppen Projekte
  1. Feb 23, 2025
    • Henning Leutz's avatar
      refactor(phpstan): improve order handling and cleanup code · fdc7309a
      verfasst von Henning Leutz
      Changes include:
      - Updated `AbstractOrderingStep.php` to handle null case in `getOrder` method and modified return
      type.
      - Refactored `Order.php` to remove unnecessary checks and improve readability.
      - Ensured safety against calling non-existent `save()` method in `Checkout.php`.
      - Simplified address getting logic in `CustomerData.php`.
      - Removed unnecessary check in isUserB2B function.
      
      Related: #172
      fdc7309a
  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
  3. Sep 17, 2024
  4. Apr 20, 2024
  5. Sep 14, 2023
  6. Aug 15, 2023
  7. Jan 25, 2023
  8. Jun 07, 2022
  9. Apr 27, 2022
  10. Mär 16, 2022
  11. Mär 09, 2022
  12. Jul 14, 2021
  13. Jun 18, 2021
  14. Jun 05, 2020
  15. Mai 14, 2020
  16. Mär 24, 2020
  17. Mär 16, 2020
  18. Nov 18, 2019
  19. Okt 02, 2019
  20. Aug 09, 2019
  21. Aug 08, 2019
  22. Mär 27, 2019
  23. Nov 15, 2018
  24. Jun 08, 2018
  25. Jun 06, 2018
  26. Apr 30, 2018
  27. Apr 24, 2018
  28. Mär 23, 2018
  29. Mär 19, 2018
  30. Mär 16, 2018
  31. Feb 22, 2018
  32. Feb 21, 2018
    • Henning Leutz's avatar
      feat: refactor: · 22f9e719
      verfasst von Henning Leutz
      - complete ordering process and the individual steps made functional
      - processing step implemented
      - processing step over considered everywhere
      22f9e719
  33. Feb 15, 2018