Skip to content

Commit 5d24341

Browse files
author
Olexii Korshenko
committed
MAGETWO-39051: Wrong behavior for required "Customer Address Attributes" during checkout
1 parent 844e661 commit 5d24341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/Block/Checkout/LayoutProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function process($jsLayout)
4848
/** @var \Magento\Eav\Api\Data\AttributeInterface[] $attributes */
4949
$attributes = $this->attributeMetadataDataProvider->loadAttributesCollection(
5050
'customer_address',
51-
'customer_address_edit'
51+
'customer_register_address'
5252
);
5353

5454
$elements = [];

0 commit comments

Comments
 (0)