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