69320c54d4
feat: remove EventProductType references and related logic from catalog and fiesta futbol infantil components
2026-08-10 16:37:28 -03:00
c6351d706f
feat(cart): enhance item update functionality to support variant changes and stock management; update related request validation and resource formatting; add tests for variant handling in cart
2026-08-10 12:08:09 -03:00
ed4502425a
refactor(catalog): replace hardcoded validation messages with translatable strings
2026-08-07 12:07:40 -03:00
f578c6e24a
feat(cart): implement user purchase limit validation for cart items and add related tests
2026-08-06 16:43:04 -03:00
5ad61eb217
feat(catalog): add max_units_per_user field to catalog items and implement purchase limit validation
2026-08-06 16:37:48 -03:00
4a51f3afde
feat(website-extras): enhance toggle functionality and update related tests; add additional info configuration to tenant extras
2026-08-03 09:10:50 -03:00
b9ad2e589f
refactor(tenant): remove legacy presentation configuration and related carousel images
2026-07-29 14:54:57 -03:00
7c9ebc6d4d
feat(auth): implement login security features including account locking and login attempt tracking
2026-07-29 10:47:26 -03:00
45553dc514
feat(purchase): add review submission for pending purchases and update related logic
2026-07-29 09:11:00 -03:00
8ab94ec61f
fix(validation): improve uniqueness message for attribute validation
2026-07-28 15:51:43 -03:00
ff9d7728e8
Implement localization for API responses and error messages
...
- Added localization support for API responses in English and Spanish.
- Introduced a middleware to set the API locale based on the Accept-Language header.
- Updated various exception messages and validation responses to use localized strings.
- Created new language files for English and Spanish translations.
- Refactored existing code to replace hardcoded messages with localized strings.
- Added tests to verify localization functionality and response correctness.
2026-07-28 10:19:39 -03:00