Skip to content

Commit 76fc4da

Browse files
committed
MAGETWO-48544: [Github] Process Public Pull Requests
1 parent 599f3fc commit 76fc4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/Model/Type/Onepage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ public function saveShipping($data, $customerAddressId)
445445
if (!isset($data[$attributeCode])) {
446446
$address->setData($attributeCode, null);
447447
} else {
448-
if(isset($compactedData[$attributeCode])){
448+
if (isset($compactedData[$attributeCode])) {
449449
$address->setDataUsingMethod($attributeCode, $compactedData[$attributeCode]);
450450
}
451451
}

0 commit comments

Comments
 (0)