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
Payflow
Bml.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Paypal\Model\Payflow
;
8
9
use
Magento\Paypal\Model
;
10
11
class
Bml
extends
Model\Express
12
{
17
protected
$_code
=
Model\Config::METHOD_WPP_PE_BML
;
18
23
protected
$_formBlockType
= \Magento\Paypal\Block\Payflow\Bml\Form::class;
24
30
public
function
getCheckoutRedirectUrl
()
31
{
32
return
$this->_urlBuilder->getUrl(
'paypal/payflowbml/start'
);
33
}
34
}
Magento\Paypal\Model
Magento\Paypal\Model\Payflow\Bml\getCheckoutRedirectUrl
getCheckoutRedirectUrl()
Definition:
Bml.php:30
Magento\Paypal\Model\Bml\$_code
$_code
Definition:
Bml.php:15
Magento\Paypal\Model\Config\METHOD_WPP_PE_BML
const METHOD_WPP_PE_BML
Definition:
Config.php:61
Magento\Paypal\Model\Payflow
Magento\Paypal\Model\Bml\$_formBlockType
$_formBlockType
Definition:
Bml.php:21
Magento\Paypal\Model\Bml
Definition:
Bml.php:9