- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2022
06:40 AM
09-19-2022
06:40 AM
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
Labels:
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2022
03:38 AM
09-20-2022
03:38 AM
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