Mage_Paypal_Model_Source_PaymentAction Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

PayPal Payment Action Dropdown source

Author:
Magento Core Team <core@magentocommerce.com>

Definition at line 33 of file PaymentAction.php.


Member Function Documentation

toOptionArray (  ) 

Definition at line 35 of file PaymentAction.php.

00036     {
00037         return array(
00038             array('value' => Mage_Paypal_Model_Api_Abstract::PAYMENT_TYPE_AUTH, 'label' => Mage::helper('paypal')->__('Authorization')),
00039             #array('value' => Mage_Paypal_Model_Api_Abstract::PAYMENT_TYPE_ORDER, 'label' => Mage::helper('paypal')->__('Order')),
00040             array('value' => Mage_Paypal_Model_Api_Abstract::PAYMENT_TYPE_SALE, 'label' => Mage::helper('paypal')->__('Sale')),
00041         );
00042     }


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:24:33 2009 for Magento by  doxygen 1.5.8