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
PayflowExpress
Checkout.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Paypal\Model\PayflowExpress
;
7
12
class
Checkout
extends
\Magento\Paypal\Model\Express\Checkout
13
{
19
protected
$_apiType
= \Magento\Paypal\Model\Api\PayflowNvp::class;
20
26
protected
$_methodType
=
\Magento\Paypal\Model\Config::METHOD_WPP_PE_EXPRESS
;
27
34
public
function
updateShippingMethod
(
$methodCode
)
35
{
36
parent::updateShippingMethod(
$methodCode
);
37
$this->quoteRepository->save($this->_quote);
38
}
39
}
Magento\Paypal\Model\PayflowExpress\Checkout\$_methodType
$_methodType
Definition:
Checkout.php:26
Magento\Paypal\Model\PayflowExpress\Checkout
Definition:
Checkout.php:12
Magento\Paypal\Model\PayflowExpress\Checkout\$_apiType
$_apiType
Definition:
Checkout.php:19
$methodCode
$methodCode
Definition:
shipping_address_list.php:51
Magento\Paypal\Model\Config\METHOD_WPP_PE_EXPRESS
const METHOD_WPP_PE_EXPRESS
Definition:
Config.php:56
Magento\Paypal\Model\PayflowExpress\Checkout\updateShippingMethod
updateShippingMethod($methodCode)
Definition:
Checkout.php:34
Magento\Paypal\Model\PayflowExpress
Definition:
Checkout.php:6