shopit-back/tests/Feature
ncoronel 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
..
Attachable feat: add success messages for cart item operations in CartController 2026-07-02 12:06:00 -03:00
Auth Implement localization for API responses and error messages 2026-07-28 10:19:39 -03:00
Cart refactor(catalog): Complete catalog refactor to simplify its data model and its querying. 2026-07-21 09:23:19 -03:00
Catalog feat(variants): add minimum and maximum use dates to variants and update related logic 2026-07-27 14:59:07 -03:00
Integration Implement localization for API responses and error messages 2026-07-28 10:19:39 -03:00
Localization Implement localization for API responses and error messages 2026-07-28 10:19:39 -03:00
MailTest feat(mail): introduce MailService for tenant-specific SMTP handling and update related tests 2026-07-21 17:00:07 -03:00
Menu feat(menu): add label field to menu model and update related functionality 2026-07-24 10:08:04 -03:00
Notification Forgot password flow 2026-07-27 09:43:00 -03:00
Purchase feat(purchase): add checkout expiration settings and reservation status to purchase items 2026-07-27 12:49:27 -03:00
Seeders feat(variants): add minimum and maximum use dates to variants and update related logic 2026-07-27 14:59:07 -03:00
Tenant feat(menu): add label field to menu model and update related functionality 2026-07-24 10:08:04 -03:00
Ticket Squashed commit of the following: 2026-07-28 09:54:49 -03:00
ExampleTest.php initial commit 2026-06-18 10:09:24 -03:00