Skip to content

Commit ef33424

Browse files
author
Leonid Poluianov
committed
MC-32201: Reorder functionality
1 parent 2cb1367 commit ef33424

8 files changed

+29
-2
lines changed

app/code/Magento/QuoteGraphQl/Model/Cart/CreateEmptyCartForCustomer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
/**
1414
* Create empty cart for customer
15+
* Masked quote ID will be returned as a result
1516
*/
1617
class CreateEmptyCartForCustomer
1718
{

dev/tests/integration/testsuite/Magento/Sales/_files/customer_order_item_with_product_and_custom_options.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
26

37
require __DIR__ . '/../../../Magento/Customer/_files/customer.php';
48
require __DIR__ . '/../../../Magento/Catalog/_files/order_item_with_product_and_custom_options.php';

dev/tests/integration/testsuite/Magento/Sales/_files/order_with_product_out_of_stock.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
26

37
use Magento\TestFramework\Helper\Bootstrap;
48

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
26

37
require __DIR__ . '/../../../Magento/Sales/_files/customer_order_item_with_product_and_custom_options_rollback.php';

dev/tests/integration/testsuite/Magento/Sales/_files/order_with_simple_product.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
26

37
use Magento\Sales\Api\OrderRepositoryInterface;
48

dev/tests/integration/testsuite/Magento/Sales/_files/order_with_simple_product_rollback.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
26

37
use Magento\Sales\Api\OrderRepositoryInterface;
48

dev/tests/integration/testsuite/Magento/Sales/_files/order_with_two_simple_products.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
26

37
use Magento\Sales\Api\OrderRepositoryInterface;
48

dev/tests/integration/testsuite/Magento/Sales/_files/order_with_two_simple_products_rollback.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?php
2-
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
36

47
require __DIR__ . '/../../../Magento/Customer/_files/customer_rollback.php';
58
require 'default_rollback.php';
6-

0 commit comments

Comments
 (0)