aktualizacja modułu dpd

This commit is contained in:
2026-02-02 10:46:49 +01:00
parent dfc86a1895
commit 764d54f8d5
722 changed files with 70854 additions and 1051 deletions

View File

@@ -0,0 +1,13 @@
## Troubleshooting
1. **Clear Cache**:
- To clear the cache, run the following command in the main PrestaShop directory:
```bash
php bin/console cache:clear
```
2. **Update Libraries**:
- To update the libraries, run the following command in the `modules/dpdshipping` directory:
```bash
composer install
```