Public Member Functions | |
toOptionArray () |
Definition at line 33 of file PaymentAction.php.
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 }