Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-paypal
Model
Payflowadvanced.php
Go to the documentation of this file.
1
<?php
10
namespace
Magento\Paypal\Model
;
11
12
class
Payflowadvanced
extends
\Magento\Paypal\Model\Payflowlink
13
{
19
protected
$_code
=
\Magento\Paypal\Model\Config::METHOD_PAYFLOWADVANCED
;
20
26
protected
$_formBlockType
= \Magento\Paypal\Block\Payflow\Advanced\Form::class;
27
33
protected
$_infoBlockType
= \Magento\Paypal\Block\Payment\Info::class;
34
40
protected
$_callbackController
=
'payflowadvanced'
;
41
}
Magento\Paypal\Model\Config\METHOD_PAYFLOWADVANCED
const METHOD_PAYFLOWADVANCED
Definition:
Config.php:70
Magento\Paypal\Model
Magento\Paypal\Model\Payflowadvanced
Definition:
Payflowadvanced.php:12
Magento\Paypal\Model\Payflowadvanced\$_formBlockType
$_formBlockType
Definition:
Payflowadvanced.php:26
Magento\Paypal\Model\Payflowadvanced\$_infoBlockType
$_infoBlockType
Definition:
Payflowadvanced.php:33
Magento\Paypal\Model\Payflowadvanced\$_code
$_code
Definition:
Payflowadvanced.php:19
Magento\Paypal\Model\Payflowadvanced\$_callbackController
$_callbackController
Definition:
Payflowadvanced.php:40
Magento\Paypal\Model\Payflowlink
Definition:
Payflowlink.php:20