Answers for "how to get the selected payment method in magento 2"

1

magento 2 get payment method name

$payment = $order->getPayment()->getMethodInstance()->getTitle();
Posted by: Guest on August-31-2020

Code answers related to "how to get the selected payment method in magento 2"

Browse Popular Code Answers by Language