shopit-back/config
ncoronel 8b26a2b63e feat(purchase): add checkout expiration settings and reservation status to purchase items
- Introduced a new configuration file for purchase settings, including checkout and payment expiration times.
- Added a migration to include a `reservation_status` column in the `compra_items` table, defaulting to 'active' and updating existing records based on purchase status.
- Created a migration to add an `expires_at` timestamp to the `compras` table, updating it for existing records based on their status.
- Scoped unique indexes in the `carritos` table to only active carts, adding virtual columns for active user and guest tokens.
- Implemented a console command to expire overdue purchases and release stock reservations, scheduled to run every minute.
- Added tests for Google token exchange and login functionality, ensuring proper cart handling and user authentication.
- Updated purchase-related tests to reflect changes in item handling and customer data validation.
2026-07-27 12:49:27 -03:00
..
app.php initial commit 2026-06-18 10:09:24 -03:00
auth.php feat: implement user registration functionality with validation and response handling 2026-07-02 12:23:50 -03:00
cache.php initial commit 2026-06-18 10:09:24 -03:00
cors.php feat: add CORS configuration file for handling cross-origin requests 2026-07-02 09:49:29 -03:00
database.php initial commit 2026-06-18 10:09:24 -03:00
filesystems.php feat: update AWS S3 configuration to include visibility settings and retain visibility option 2026-07-21 10:29:34 -03:00
logging.php initial commit 2026-06-18 10:09:24 -03:00
mail.php initial commit 2026-06-18 10:09:24 -03:00
purchase.php feat(purchase): add checkout expiration settings and reservation status to purchase items 2026-07-27 12:49:27 -03:00
queue.php initial commit 2026-06-18 10:09:24 -03:00
sanctum.php feat(auth): implement token expiration for personal access tokens and update tests 2026-07-21 10:36:40 -03:00
services.php feat(auth): implement Google OAuth integration with user authentication and token exchange 2026-07-22 13:43:14 -03:00
session.php initial commit 2026-06-18 10:09:24 -03:00