File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
dev/tests/integration/testsuite/Magento/Sales
Controller/Adminhtml/Order Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ public function addressTypeProvider(): array
93
93
],
94
94
'shipping_address ' => [
95
95
AddressType::TYPE_SHIPPING ,
96
- ]
96
+ ],
97
97
];
98
98
}
99
99
@@ -106,6 +106,6 @@ public function addressTypeProvider(): array
106
106
*/
107
107
private function getAddressByType (OrderInterface $ order , string $ type ): ?OrderAddressInterface
108
108
{
109
- return $ type === AddressType::TYPE_BILLING ? $ order ->getBillingAddress () : $ order ->getShippingAddress ();
109
+ return $ type === AddressType::TYPE_BILLING ? $ order ->getBillingAddress () : $ order ->getShippingAddress ();
110
110
}
111
111
}
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public function addressTypeProvider(): array
88
88
],
89
89
'shipping_address ' => [
90
90
AddressType::TYPE_SHIPPING ,
91
- ]
91
+ ],
92
92
];
93
93
}
94
94
You can’t perform that action at this time.
0 commit comments