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 844e661 commit 5d24341Copy full SHA for 5d24341
app/code/Magento/Checkout/Block/Checkout/LayoutProcessor.php
@@ -48,7 +48,7 @@ public function process($jsLayout)
48
/** @var \Magento\Eav\Api\Data\AttributeInterface[] $attributes */
49
$attributes = $this->attributeMetadataDataProvider->loadAttributesCollection(
50
'customer_address',
51
- 'customer_address_edit'
+ 'customer_register_address'
52
);
53
54
$elements = [];
0 commit comments