Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ExpressCheckout.php
Go to the documentation of this file.
1 <?php
7 
10 
14 class ExpressCheckout extends Index
15 {
21  public function execute()
22  {
23  $this->messageManager->addNotice(__('Your shopping cart has been updated with new prices.'));
25  $resultRedirect = $this->resultFactory->create(ResultFactory::TYPE_REDIRECT);
26  $resultRedirect->setPath('checkout/cart');
27  return $resultRedirect;
28  }
29 }
__()
Definition: __.php:13