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
Hosted
Pro
Iframe.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Paypal\Block\Hosted\Pro
;
7
13
class
Iframe
extends
\Magento\Paypal\Block\Iframe
14
{
21
protected
function
_construct
()
22
{
23
parent::_construct();
24
$this->_paymentMethodCode =
\Magento\Paypal\Model\Config::METHOD_HOSTEDPRO
;
25
}
26
32
public
function
getFrameActionUrl
()
33
{
34
return
$this->
_getOrder
()->getPayment()->getAdditionalInformation(
'secure_form_url'
);
35
}
36
}
Magento\Paypal\Block\Hosted\Pro\Iframe\getFrameActionUrl
getFrameActionUrl()
Definition:
Iframe.php:32
Magento\Paypal\Block\Iframe
Definition:
Iframe.php:14
Magento\Paypal\Block\Hosted\Pro\Iframe
Definition:
Iframe.php:13
Magento\Paypal\Model\Config\METHOD_HOSTEDPRO
const METHOD_HOSTEDPRO
Definition:
Config.php:72
Magento\Paypal\Block\Iframe\_getOrder
_getOrder()
Definition:
Iframe.php:153
Magento\Paypal\Block\Hosted\Pro
Definition:
Form.php:6
Magento\Paypal\Block\Hosted\Pro\Iframe\_construct
_construct()
Definition:
Iframe.php:21