Skip to content

Commit 0be47d5

Browse files
author
Leonid Poluianov
committed
MC-32201: Reorder functionality
1 parent 75589f3 commit 0be47d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Quote/Model/Cart/CustomerCartResolver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public function resolve(int $customerId, string $predefinedMaskedQuoteId = null)
7878
}
7979
try {
8080
$this->ensureQuoteMaskIdExist((int)$cart->getId(), $predefinedMaskedQuoteId);
81+
// phpcs:ignore Magento2.CodeAnalysis.EmptyBlock
8182
} catch (AlreadyExistsException $e) {
8283
// do nothing, we already have masked id
8384
}

0 commit comments

Comments
 (0)