Mage_AmazonPayments_Model_Payment_Asp_Source_PaymentAction Class Reference

List of all members.

Public Member Functions

 toOptionArray ()


Detailed Description

Definition at line 34 of file PaymentAction.php.


Member Function Documentation

toOptionArray (  ) 

Definition at line 36 of file PaymentAction.php.

00037     {
00038         return array(
00039             array(
00040                 'value' => Mage_AmazonPayments_Model_Api_Asp_Abstract::PAY_ACTION_SETTLE,
00041                 'label' => Mage::helper('amazonpayments')->__('Authorize Only')
00042             ),
00043             array(
00044                 'value' => Mage_AmazonPayments_Model_Api_Asp_Abstract::PAY_ACTION_SETTLE_CAPTURE,
00045                 'label' => Mage::helper('amazonpayments')->__('Authorize and Capture')
00046             ),
00047         );
00048     }


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

Generated on Sat Jul 4 17:23:32 2009 for Magento by  doxygen 1.5.8