Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
quote_with_downloadable_product_rollback.php
Go to the documentation of this file.
1 <?php
8 $quote = $objectManager->create(\Magento\Quote\Model\Quote::class);
9 $quote->load('reserved_order_id_1', 'reserved_order_id')->delete();
10 
12 $quoteIdMask = $objectManager->create(\Magento\Quote\Model\QuoteIdMask::class);
13 $quoteIdMask->delete($quote->getId());
14 require __DIR__ . '/product_downloadable_rollback.php';
defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition: _bootstrap.php:60