- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to show PayPal payment method into create order page on backend ?
Magento Version : 2.1.9
I enabled only PayPal payment method in the backend and I tried to create order from backend but not able to place an order due to not showing PayPal payment method into backend order module.
For more information please see screenshot attached here
so please suggest me how to fix this issue?
is there any setting for showing PayPal payment method on create order page of backend?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How to show PayPal payment method into create order page on backend ?
Hi @yagniksphp,
PayPal payment gateway can't be used from the backend because are not allowed. For example, ig you take a look at:
/vendor/magento/module-paypal/Model/Express.php
You'll see this at line 97:
/** * Availability option * * @var bool */ protected $_canUseInternal = false;
This means the payment mehtod can't be used on backend, just on frontend.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How to show PayPal payment method into create order page on backend ?
Thanks for the reply.
I was fixed above issue my way and now able to see PayPal payment method on backend create order page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How to show PayPal payment method into create order page on backend ?
Hi,
Please share how you got the solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How to show PayPal payment method into create order page on backend ?
How did you solve this ? Can you please share the solution here.