Skip to content

Commit 99f4bc9

Browse files
author
Mohan Ahuja
committed
ACP2E-726: Unable to query bulk operations by search criteria using REST Api
- Moved newly created interface into Model folder for solving semantic version failures
1 parent f8ce155 commit 99f4bc9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/code/Magento/AsynchronousOperations/Api/Data/BulkOperationInterface.php renamed to app/code/Magento/AsynchronousOperations/Model/BulkOperationInterface.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

7-
namespace Magento\AsynchronousOperations\Api\Data;
8+
namespace Magento\AsynchronousOperations\Model;
89

910
/**
1011
* Class BulkOperationInterface

app/code/Magento/AsynchronousOperations/Model/Operation.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
namespace Magento\AsynchronousOperations\Model;
77

88
use Magento\AsynchronousOperations\Api\Data\OperationInterface;
9-
use Magento\AsynchronousOperations\Api\Data\BulkOperationInterface;
10-
use Magento\AsynchronousOperations\Model\OperationStatusValidator;
119
use Magento\Framework\DataObject;
1210

1311
/**

0 commit comments

Comments
 (0)