refactor(stock): implement expiration for stock reservations and add configuration

This commit is contained in:
2026-08-19 12:53:12 -03:00
parent 8d6bcdcc43
commit fdf0f3328f
4 changed files with 45 additions and 2 deletions

5
config/catalog.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
return [
'stock_reservation_expiration_minutes' => (int) env('STOCK_RESERVATION_EXPIRATION_MINUTES', 30),
];