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