Commits auf Quelle (3)
-
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.
-
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
-
verfasst von Henning Leutz
fix(Basket): improve basket id handling and user check in Basket.php See merge request !138