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.
1 parent ec5ee7f commit 5ead795Copy full SHA for 5ead795
dev/tests/api-functional/testsuite/Magento/Customer/Api/AccountManagementRevokeCustomerTokenTest.php
@@ -20,9 +20,9 @@
20
*/
21
class AccountManagementRevokeCustomerTokenTest extends WebapiAbstract
22
{
23
- const RESOURCE_PATH = '/V1/integration/customer/revoke-customer-token';
24
- const INTEGRATION_SERVICE = 'integrationCustomerTokenServiceV1';
25
- const SERVICE_VERSION = 'V1';
+ public const RESOURCE_PATH = '/V1/integration/customer/revoke-customer-token';
+ public const INTEGRATION_SERVICE = 'integrationCustomerTokenServiceV1';
+ public const SERVICE_VERSION = 'V1';
26
27
/**
28
* Test token revoking for authenticated customer
0 commit comments