Skip to content

Commit c4fa10b

Browse files
committed
ACP2E-412: Cant link configurable options with REST to product created on Backend
1 parent 8df11a5 commit c4fa10b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/tests/api-functional/testsuite/Magento/ConfigurableProduct/Api/OptionRepositoryTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
*/
1818
class OptionRepositoryTest extends \Magento\TestFramework\TestCase\WebapiAbstract
1919
{
20-
const SERVICE_NAME = 'configurableProductOptionRepositoryV1';
21-
const SERVICE_VERSION = 'V1';
22-
const RESOURCE_PATH = '/V1/configurable-products';
20+
public const SERVICE_NAME = 'configurableProductOptionRepositoryV1';
21+
public const SERVICE_VERSION = 'V1';
22+
public const RESOURCE_PATH = '/V1/configurable-products';
2323

2424
/**
2525
* @magentoApiDataFixture Magento/ConfigurableProduct/_files/product_configurable.php

0 commit comments

Comments
 (0)