feat: implement dynamic currency handling
The updates include: - Added `quiqqer/currency` package to `composer.json`. - Refactored code in `Basket.php`, `OrderProcess.php` and `Utils.php` to use the new `getRuntimeCurrency` function for currency handling. - Removed hardcoded currency setting in `Basket.php`. - Updated code in `OrderProcess/Basket.php` to correctly reference new Basket class. - Added logic to set currency from product data in `Utils.php`. These changes allow for dynamic handling of currencies across the application, reducing the need for hardcoded values and enhancing flexibility and maintainability.
Übergeordneter
d0f58832
No related branches found
No related tags found
- composer.json 1 Ergänzung, 0 Löschungencomposer.json
- src/QUI/ERP/Order/Basket/Basket.php 8 Ergänzungen, 2 Löschungensrc/QUI/ERP/Order/Basket/Basket.php
- src/QUI/ERP/Order/Controls/OrderProcess/Basket.php 1 Ergänzung, 1 Löschungsrc/QUI/ERP/Order/Controls/OrderProcess/Basket.php
- src/QUI/ERP/Order/OrderProcess.php 4 Ergänzungen, 3 Löschungensrc/QUI/ERP/Order/OrderProcess.php
- src/QUI/ERP/Order/Utils/Utils.php 3 Ergänzungen, 0 Löschungensrc/QUI/ERP/Order/Utils/Utils.php
... | ... | @@ -23,6 +23,7 @@ |
"php81_bc/strftime": "^0.7", | ||
"ramsey/uuid": "^3|^4", | ||
"quiqqer/core": "^2", | ||
"quiqqer/currency": "^2.2", | ||
"quiqqer/qui": "^1.6.7", | ||
"quiqqer/erp": "^3.7.1", | ||
"quiqqer/countries": "^2", | ||
... | ... |
Bitte registrieren oder Anmelden zum Kommentieren