Skip to content

Commit e438461

Browse files
committed
MAGETWO-48248: [GitHub] Prefix field has wrong type on Checkout #3083
1 parent 0e5bba4 commit e438461

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
@@ -96,7 +96,7 @@ private function convertPrefixSuffix($elements)
9696
];
9797

9898
$codes = array_keys($attributesToConvert);
99-
foreach ($elements as $code => $element) {
99+
foreach (array_keys($elements) as $code) {
100100
if (!in_array($code, $codes)) {
101101
continue;
102102
}

0 commit comments

Comments
 (0)