Skip to content

Commit 92bc565

Browse files
committed
ACP2E-694: [Magento Cloud] REST API intermittently over writes the results of shipping results
1 parent 0abdb48 commit 92bc565

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Sales/Model/ShipOrder.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@ public function execute(
148148
array $tracks = [],
149149
array $packages = [],
150150
\Magento\Sales\Api\Data\ShipmentCreationArgumentsInterface $arguments = null
151-
)
152-
{
151+
) {
153152
return $this->orderMutex->execute(
154153
(int)$orderId,
155154
\Closure::fromCallable([$this, 'createShipment']),

0 commit comments

Comments
 (0)