cancel
Showing results for 
Search instead for 
Did you mean: 

Payment method is not available in admin

Payment method is not available in admin

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 
1 REPLY 1

Re: Payment method is not available in admin

Hi @salghernas833e ,

 

Check this https://github.com/mageplaza/magento-2-sample-payment-method and compare it with your extension.

 

Problem Solved? Accept as Solution!

 

Hope it helps!

Thanks

Ankit Jasani