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
Block
Bml
Form.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Paypal\Block\Bml
;
8
9
use
Magento\Paypal\Block\Express
;
10
use
Magento\Paypal\Model\Config
;
11
12
class
Form
extends
Express\Form
13
{
18
protected
$_methodCode
=
Config::METHOD_WPP_BML
;
19
25
protected
function
_construct
()
26
{
27
$this->_config = $this->_paypalConfigFactory->create()->setMethod($this->
getMethodCode
());
29
$mark = $this->_getMarkTemplate();
30
$mark->setPaymentAcceptanceMarkHref(
31
'https://www.securecheckout.billmelater.com/paycapture-content/'
32
.
'fetch?hash=AU826TU8&content=/bmlweb/ppwpsiw.html'
33
)->setPaymentAcceptanceMarkSrc(
34
'https://www.paypalobjects.com/webstatic/en_US/i/buttons/ppc-acceptance-medium.png'
35
)->setPaymentWhatIs(
__
(
'See terms'
));
36
37
$this->
_initializeRedirectTemplateWithMark
($mark);
38
}
39
}
Magento\Paypal\Block\Express\Form
Definition:
Form.php:17
Magento\Paypal\Block\Bml\Form
Definition:
Form.php:12
__
__()
Definition:
__.php:13
Magento\Paypal\Block\Bml\Form\$_methodCode
$_methodCode
Definition:
Form.php:18
Magento\Paypal\Block\Express\Form\getMethodCode
getMethodCode()
Definition:
Form.php:111
Magento\Paypal\Block\Bml
Definition:
BannersTest.php:6
Magento\Paypal\Block\Express\Form\_initializeRedirectTemplateWithMark
_initializeRedirectTemplateWithMark(Template $mark)
Definition:
Form.php:135
Magento\Paypal\Block\Express\Form\_construct
_construct()
Definition:
Form.php:88
Magento\Paypal\Block\Express
Magento\Paypal\Model\Config
Magento\Paypal\Model\Config\METHOD_WPP_BML
const METHOD_WPP_BML
Definition:
Config.php:41