Skip to content

Commit 4319b7a

Browse files
AnujNehraAnujNehra
authored andcommitted
ACP2E-1986: Rest api V1/carts/mine/estimate-shipping-methods show 500 Error
1 parent 9b58c61 commit 4319b7a

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

dev/tests/api-functional/testsuite/Magento/WebapiAsync/Model/AsyncBulkScheduleTest.php

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,21 @@
3333
*/
3434
class AsyncBulkScheduleTest extends WebapiAbstract
3535
{
36-
const SERVICE_NAME = 'catalogProductRepositoryV1';
37-
const SERVICE_VERSION = 'V1';
38-
const REST_RESOURCE_PATH = '/V1/products';
39-
const ASYNC_BULK_RESOURCE_PATH = '/async/bulk/V1/products';
40-
const ASYNC_CONSUMER_NAME = 'async.operations.all';
36+
public const SERVICE_NAME = 'catalogProductRepositoryV1';
37+
public const SERVICE_VERSION = 'V1';
38+
public const REST_RESOURCE_PATH = '/V1/products';
39+
public const ASYNC_BULK_RESOURCE_PATH = '/async/bulk/V1/products';
40+
public const ASYNC_CONSUMER_NAME = 'async.operations.all';
4141

42-
const KEY_TIER_PRICES = 'tier_prices';
43-
const KEY_SPECIAL_PRICE = 'special_price';
44-
const KEY_CATEGORY_LINKS = 'category_links';
42+
public const KEY_TIER_PRICES = 'tier_prices';
43+
public const KEY_SPECIAL_PRICE = 'special_price';
44+
public const KEY_CATEGORY_LINKS = 'category_links';
4545

46-
const BULK_UUID_KEY = 'bulk_uuid';
46+
public const BULK_UUID_KEY = 'bulk_uuid';
4747

48+
/**
49+
* @var string[]
50+
*/
4851
protected $consumers = [
4952
self::ASYNC_CONSUMER_NAME,
5053
];

0 commit comments

Comments
 (0)