Payment Method dispaly only in admin order magento

/app/code/core/Mage/Payment/Model/Method/   your file

protected $_canUseInternal = true;
protected $_canUseCheckout = false;

Comments