We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8a46c commit df36443Copy full SHA for df36443
app/code/Magento/Sales/Setup/UpgradeData.php
@@ -244,7 +244,7 @@ private function fillQuoteAddressIdInSalesOrderAddressProcessBatch(
244
'quote_address_id' => $quoteAddresses[$orderAddress['quote_id']]['address_id'] ?? null,
245
];
246
$where = [
247
- 'entity_id' => $orderAddress['entity_id']
+ 'entity_id = ?' => $orderAddress['entity_id']
248
249
250
$salesConnection->update($salesOrderAddressTable, $bind, $where);
0 commit comments