fix(cart): reconcile expired cart mutations

This commit is contained in:
2026-08-25 16:33:39 -03:00
parent 198ed400a9
commit 8a0f29bdae
7 changed files with 155 additions and 86 deletions

View File

@@ -34,9 +34,7 @@ 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. 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.',
'reservation_expired' => 'The stock reservation has expired. Use the active cart to continue.',
],
'purchase' => [
'expired' => 'The purchase has expired. Please start a new purchase.',