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 7993cfa commit f12bb9cCopy full SHA for f12bb9c
app/code/Magento/Sales/Model/Order/OrderCustomerExtractor.php
@@ -119,7 +119,7 @@ public function extract(int $orderId): CustomerInterface
119
// create new customer address only if it is unique
120
$customerAddress = $this->addressFactory->create(['data' => $addressData]);
121
$customerAddress->setIsDefaultBilling(false);
122
- $customerAddress->setIsDefaultBilling(false);
+ $customerAddress->setIsDefaultShipping(false);
123
if (is_string($orderAddress->getRegion())) {
124
/** @var RegionInterface $region */
125
$region = $this->regionFactory->create();
0 commit comments