refactor(stock): make reservation expiration authoritative
This commit is contained in:
@@ -336,7 +336,6 @@ class Cart extends Model
|
||||
], true)) {
|
||||
$currentPurchase->update([
|
||||
'status' => Purchase::STATUS_SUPERSEDED,
|
||||
'expires_at' => null,
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user