Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
order_alphanumeric_id.php
Go to the documentation of this file.
1 <?php
7 require __DIR__ . '/../../../Magento/Sales/_files/order.php';
8 
11 
12 $order->loadByIncrementId('100000001');
13 $order->setIncrementId('M00000001');
14 $order->save();
defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition: _bootstrap.php:60