Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
quote_payment_express_with_customer.php
Go to the documentation of this file.
1 <?php
6 require __DIR__ . '/quote_express_with_customer.php';
7 
9 $service = $objectManager->create(\Magento\Quote\Api\CartManagementInterface::class);
10 $order = $service->submit($quote, ['increment_id' => '100000002']);
$objectManager
Definition: bootstrap.php:17
defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition: _bootstrap.php:60
$quote