Skip to content

Commit 8b0da98

Browse files
committed
redundant line
1 parent b8c2b97 commit 8b0da98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Model/Adminhtml/Checkout.php

-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ public function getCheckoutObject($order)
148148
if (!$shippingAddress || $order->getData('is_virtual')) {
149149
$shippingObject = $billingObject;
150150
} else {
151-
$shippingAddress = $order->getShippingAddress();
152151
$shippingObject = [
153152
'name' => [
154153
'full_name' => $shippingAddress->getName(),

0 commit comments

Comments
 (0)