Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
quote_with_product_and_payment.php
Go to the documentation of this file.
1 <?php
7 require __DIR__ . '/../../../Magento/Catalog/_files/products.php';
8 
11 $quote->setStoreId(1)->setIsActive(false)->setIsMultiShipping(false)->addProduct($product->load($product->getId()), 2);
12 
13 $quote->getPayment()->setMethod('checkmo');
14 
15 $quote->collectTotals();
16 $quote->save();
17 
18 $quote->getPayment()->setMethod('checkmo');
defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition: _bootstrap.php:60