Skip to content

Commit fd54337

Browse files
pradeep.rauthanpradeep.rauthan
authored andcommitted
MC-42623:Countries list is incorrect when using different countries per website and Global Customer Account settings
1 parent bf1eb88 commit fd54337

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/code/Magento/Sales/ViewModel/Customer/Address/AddressAttributeFilter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public function __construct(
3333
$this->allowedCountryReader = $allowedCountryReader;
3434
}
3535

36-
3736
/**
3837
* Set allowed country filter for customer's addresses
3938
*

app/code/Magento/Sales/view/adminhtml/templates/order/create/form/address.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
*/
1111

1212
/**
13-
* @var \Magento\Customer\Model\ResourceModel\Address\Collection $addressCollection
14-
* @var $viewModel \Magento\Sales\ViewModel\Customer\Address\AddressAttributeFilter
13+
* @var \Magento\Customer\Model\ResourceModel\Address\Collection $addressCollection
14+
* @var \Magento\Sales\ViewModel\Customer\Address\AddressAttributeFilter $viewModel
1515
*/
1616

1717
$addressCollection = $block->getData('customerAddressCollection');

0 commit comments

Comments
 (0)