Class Mage_Payment_Model_Method_Free
Free payment method
- Varien_Object
- Mage_Payment_Model_Method_Abstract
- Mage_Payment_Model_Method_Free
Package: Mage\Payment
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Payment/Model/Method/Free.php
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Payment/Model/Method/Free.php
public
boolean
|
|
public
string|null
|
string |
XML_PATH_PAYMENT_FREE_ACTIVE
|
'payment/free/active' |
#
XML Paths for configuration constants |
string |
XML_PATH_PAYMENT_FREE_ORDER_STATUS
|
'payment/free/order_status' |
|
string |
XML_PATH_PAYMENT_FREE_PAYMENT_ACTION
|
'payment/free/payment_action' |
ACTION_AUTHORIZE,
ACTION_AUTHORIZE_CAPTURE,
ACTION_ORDER,
STATUS_APPROVED,
STATUS_DECLINED,
STATUS_ERROR,
STATUS_SUCCESS,
STATUS_UNKNOWN,
STATUS_VOID
|
protected
boolean
|
$_canAuthorize | true |
#
Payment Method features |
protected
string
|
$_code | 'free' |
#
Payment code name |