Skip to content

Commit 5a1f48e

Browse files
committed
Revert "Update getCustomer method in order class"
This reverts commit f8bcd47.
1 parent f8bcd47 commit 5a1f48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Model/Order.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ public function getTrackingNumbers()
13261326
*/
13271327
public function getShippingMethod($asObject = false)
13281328
{
1329-
$shippingMethod = $this->getData('shipping_method');
1329+
$shippingMethod = parent::getShippingMethod();
13301330
if (!$asObject || !$shippingMethod) {
13311331
return $shippingMethod;
13321332
} else {

0 commit comments

Comments
 (0)