We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b1707 commit ccd3014Copy full SHA for ccd3014
app/code/Magento/Sales/Model/Order.php
@@ -1279,7 +1279,7 @@ public function getTrackingNumbers()
1279
* Retrieve shipping method
1280
*
1281
* @param bool $asObject return carrier code and shipping method data as object
1282
- * @return string|\Magento\Framework\DataObject
+ * @return string|null|\Magento\Framework\DataObject
1283
*/
1284
public function getShippingMethod($asObject = false)
1285
{
0 commit comments