codex has reworked checkout, but frontend doesnt work
This commit is contained in:
6
config/checkout.php
Normal file
6
config/checkout.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'session_ttl_minutes' => env('CHECKOUT_SESSION_TTL', 30),
|
||||
'status_history_max' => env('CHECKOUT_STATUS_HISTORY_MAX', 25),
|
||||
];
|
||||
Reference in New Issue
Block a user