Skip to content

Commit cf67930

Browse files
committed
Merge remote-tracking branch 'origin/MC-15360' into 2.2-develop-pr88
2 parents 874faa1 + 34d71f0 commit cf67930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ private function rollbackAddresses(
609609
QuoteEntity $quote,
610610
\Magento\Sales\Api\Data\OrderInterface $order,
611611
\Exception $e
612-
): void {
612+
) {
613613
try {
614614
if (!empty($this->addressesToSync)) {
615615
foreach ($this->addressesToSync as $addressId) {

0 commit comments

Comments
 (0)