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 c8fc6e1 commit 3e319a6Copy full SHA for 3e319a6
Block/Checkout/LayoutProcessor.php
@@ -84,11 +84,6 @@ public function getShippingFormFields($result)
84
['shipping-step']['children']['shippingAddress']['children']
85
['shipping-address-fieldset']['children'];
86
87
- if (isset($shippingFields['street'])) {
88
- unset($shippingFields['street']['children'][1]['validation']);
89
- unset($shippingFields['street']['children'][2]['validation']);
90
- }
91
-
92
$shippingFields = array_replace_recursive($shippingFields, $shippingPostcodeFields);
93
94
$result['components']['checkout']['children']['steps']['children']
0 commit comments