Reduce allowed checkout time from 30 to 10 minutes

This commit is contained in:
Dave Earley 2016-07-15 12:31:18 +01:00
parent 05f04be56e
commit 4a11ba3ad8
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ return [
'fallback_organiser_logo_url' => '/assets/images/logo-dark.png',
'cdn_url' => '',
'checkout_timeout_after' => env('CHECKOUT_TIMEOUT_AFTER', 30), #minutes
'checkout_timeout_after' => env('CHECKOUT_TIMEOUT_AFTER', 10), #minutes
'ticket_status_before_sale_date' => 3,
'ticket_status_on_sale' => 4,