Skip to content

Commit a2a0256

Browse files
committed
LYNX-199: Remove unnecessary unlock operation
1 parent fe3525e commit a2a0256

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Quote/Model/QuoteManagement.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,6 @@ protected function submitQuote(QuoteEntity $quote, $orderData = [])
632632
]
633633
);
634634
$this->quoteRepository->save($quote);
635-
$this->lockManager->unlock($lockedName);
636635
} catch (\Exception $e) {
637636
$this->lockManager->unlock($lockedName);
638637
$this->rollbackAddresses($quote, $order, $e);

0 commit comments

Comments
 (0)