Skip to content

Commit e7af3ad

Browse files
committed
magento-engcom/bulk-api#4 Support for Async operations in WebAPI
- Fixed integration tests
1 parent 1244b32 commit e7af3ad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ private function executeHandler($callback, $entityParams)
179179
}
180180
return $result;
181181
}
182-
}
182+
}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
7+
declare(strict_types=1);
8+
69
namespace Magento\AsynchronousOperations\Model\ResourceModel\Operation;
710

811
use Magento\AsynchronousOperations\Api\Data\OperationInterface;

0 commit comments

Comments
 (0)