refactor(stock): implement expiration for stock reservations and add configuration
This commit is contained in:
5
config/catalog.php
Normal file
5
config/catalog.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'stock_reservation_expiration_minutes' => (int) env('STOCK_RESERVATION_EXPIRATION_MINUTES', 30),
|
||||
];
|
||||
Reference in New Issue
Block a user