-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Order shipping method bug #20381
Order shipping method bug #20381
Conversation
…efined index issue fixed
Hi @maheshWebkul721. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Hi @sivaschenko, thank you for the review. |
Hi @maheshWebkul721, thank you for your contribution! |
Fixed: Get Shipping Method as object from order instance gives undefined index.
Description (*)
Get Shipping Method as object from order instance gives undefined index.
Fixed Issues (if relevant)
Manual testing scenarios (*)
$order = $this->orderFactory->create()->load($orderId); //your order id
$order->getShippingMethod(true)->getMethod();
It returns Null now.
Contribution checklist (*)