We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffc9da7 + 2e56980 commit a05fafeCopy full SHA for a05fafe
dev/tests/api-functional/testsuite/Magento/Customer/Api/CustomerRepositoryTest.php
@@ -38,9 +38,9 @@
38
*/
39
class CustomerRepositoryTest extends WebapiAbstract
40
{
41
- const SERVICE_VERSION = 'V1';
42
- const SERVICE_NAME = 'customerCustomerRepositoryV1';
43
- const RESOURCE_PATH = '/V1/customers';
+ public const SERVICE_VERSION = 'V1';
+ public const SERVICE_NAME = 'customerCustomerRepositoryV1';
+ public const RESOURCE_PATH = '/V1/customers';
44
45
private const STUB_INVALID_CUSTOMER_GROUP_ID = 777;
46
0 commit comments