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?
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.
Thanks for the reply.
I was fixed above issue my way and now able to see PayPal payment method on backend create order page
Hi,
Please share how you got the solution.
How did you solve this ? Can you please share the solution here.