refactor(stock): make expired reservations terminal
This commit is contained in:
@@ -34,7 +34,9 @@ return [
|
||||
'bundle_variant_forbidden' => 'A bundle cannot have a variant.',
|
||||
'empty_bundle' => 'The bundle has no components.',
|
||||
'variant_required' => 'You must select a variant for this item.',
|
||||
'reservation_expired' => 'The stock reservation has expired. Use the active cart to continue.',
|
||||
'reservation_expired' => 'The stock reservation has expired. Abandon this cart to start a new one.',
|
||||
'reservation_not_expired' => 'The cart can only be restarted after its stock reservation expires.',
|
||||
'restarted' => 'The expired cart was abandoned. You can start a new one.',
|
||||
],
|
||||
'purchase' => [
|
||||
'expired' => 'The purchase has expired. Please start a new purchase.',
|
||||
|
||||
Reference in New Issue
Block a user