Hi All
I'm try to create new order from admin panel But in payment method section
the custom payment didn't show!!
I'm try to add below value in
class Payment extends AbstractMethod ()
{
protected $_canUseInternal = true;
protected $_isOffline = true;
}
but still didn't work