We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c2b97 commit 8b0da98Copy full SHA for 8b0da98
Model/Adminhtml/Checkout.php
@@ -148,7 +148,6 @@ public function getCheckoutObject($order)
148
if (!$shippingAddress || $order->getData('is_virtual')) {
149
$shippingObject = $billingObject;
150
} else {
151
- $shippingAddress = $order->getShippingAddress();
152
$shippingObject = [
153
'name' => [
154
'full_name' => $shippingAddress->getName(),
0 commit comments