Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
quote_with_check_payment_rollback.php
Go to the documentation of this file.
1 <?php
8 require __DIR__ . '/../../Sales/_files/default_rollback.php';
9 
12 $objectManager->get(\Magento\Framework\Registry::class)->unregister('quote');
13 $quote = $objectManager->create(\Magento\Quote\Model\Quote::class);
14 $quote->load('test_order_1', 'reserved_order_id')->delete();
defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition: _bootstrap.php:60