Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Checkout.php
Go to the documentation of this file.
1 <?php
7 
12 class Checkout extends \Magento\Paypal\Model\Express\Checkout
13 {
19  protected $_apiType = \Magento\Paypal\Model\Api\PayflowNvp::class;
20 
27 
35  {
36  parent::updateShippingMethod($methodCode);
37  $this->quoteRepository->save($this->_quote);
38  }
39 }