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 5186a84 commit 1ecdd07Copy full SHA for 1ecdd07
app/code/Magento/Quote/Model/QuoteAddressValidator.php
@@ -85,7 +85,7 @@ public function validate(\Magento\Quote\Api\Data\AddressInterface $addressData)
85
}
86
87
if ($addressData->getCustomerAddressId()) {
88
- $applicableAddressIds = array_map(function($address) {
+ $applicableAddressIds = array_map(function ($address) {
89
/** @var \Magento\Customer\Api\Data\AddressInterface $address */
90
return $address->getId();
91
}, $this->customerSession->getCustomerDataObject()->getAddresses());
0 commit comments