Class Mage_Paypal_Model_Payflowadvanced
Payments Advanced gateway model
- Varien_Object
- Mage_Payment_Model_Method_Abstract
- Mage_Payment_Model_Method_Cc
- Mage_Paypal_Model_Payflowpro
- Mage_Paypal_Model_Payflowlink
- Mage_Paypal_Model_Payflowadvanced
Package: Mage\Paypal
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/Paypal/Model/Payflowadvanced.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/Paypal/Model/Payflowadvanced.php
LAYOUT_TEMPLATE,
RESPONSE_ERROR_MSG,
TRANSACTION_PAYFLOW_URL
|
ACTION_AUTHORIZE,
ACTION_AUTHORIZE_CAPTURE,
ACTION_ORDER,
STATUS_APPROVED,
STATUS_DECLINED,
STATUS_ERROR,
STATUS_SUCCESS,
STATUS_UNKNOWN,
STATUS_VOID
|
protected
string
|
$_code |
|
#
Payment method code |
protected
string
|
$_formBlockType | 'paypal/payflow_advanced_form' |
#
Type of block that generates method form |
protected
string
|
$_infoBlockType | 'paypal/payflow_advanced_info' |
#
Type of block that displays method information |
protected
string
|
$_callbackController | 'payflowadvanced' |
#
Controller for callback urls |
$_canUseForMultishipping,
$_canUseInternal,
$_isInitializeNeeded,
$_response,
$_responseParamsMappings,
$_secureSilentPostHashKey
|
$_canCancelInvoice,
$_canCreateBillingAgreement,
$_canManageRecurringProfiles,
$_canOrder,
$_canRefundInvoicePartial,
$_canReviewPayment
|