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
Controller
Payflowadvanced
ReturnUrl.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Paypal\Controller\Payflowadvanced
;
8
9
use
Magento\Paypal\Model\Config
;
10
11
class
ReturnUrl
extends
\Magento\Paypal\Controller\Payflow\ReturnUrl
12
{
17
protected
$_redirectBlockName
=
'payflow.advanced.iframe'
;
18
23
protected
$allowedPaymentMethodCodes
= [
24
Config::METHOD_PAYFLOWADVANCED
25
];
26
}
Magento\Paypal\Model\Config\METHOD_PAYFLOWADVANCED
const METHOD_PAYFLOWADVANCED
Definition:
Config.php:70
Magento\Paypal\Controller\Payflowadvanced
Definition:
CancelPayment.php:7
Magento\Paypal\Controller\Payflowadvanced\ReturnUrl\$_redirectBlockName
$_redirectBlockName
Definition:
ReturnUrl.php:17
Magento\Paypal\Controller\Payflowadvanced\ReturnUrl
Definition:
ReturnUrl.php:11
Magento\Paypal\Controller\Payflowadvanced\ReturnUrl\$allowedPaymentMethodCodes
$allowedPaymentMethodCodes
Definition:
ReturnUrl.php:23
Magento\Paypal\Model\Config