Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
quote_with_address_saved.php
Go to the documentation of this file.
1 <?php
12 require 'quote_with_address.php';
13 
15  \Magento\Quote\Api\CartRepositoryInterface::class
16 );
18 
21  ->create(\Magento\Quote\Model\QuoteIdMaskFactory::class)
22  ->create();
23 $quoteIdMask->setQuoteId($quote->getId());
24 $quoteIdMask->setDataChanges(true);
25 $quoteIdMask->save();
$quote