Mage_Paygate_Model_Authorizenet_Source_PaymentAction Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

Authorizenet 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(
00039                 'value' => Mage_Paygate_Model_Authorizenet::ACTION_AUTHORIZE,
00040                 'label' => Mage::helper('paygate')->__('Authorize Only')
00041             ),
00042             array(
00043                 'value' => Mage_Paygate_Model_Authorizenet::ACTION_AUTHORIZE_CAPTURE,
00044                 'label' => Mage::helper('paygate')->__('Authorize and Capture')
00045             ),
00046         );
00047     }


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

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