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 021670c commit 0446a57Copy full SHA for 0446a57
app/code/Magento/Integration/Model/Config/AuthorizationConfig.php
@@ -19,7 +19,7 @@ class AuthorizationConfig
19
/**
20
* XML Path for Enable Integration as Bearer
21
*/
22
- const CONFIG_PATH_INTEGRATION_BEARER = 'oauth/consumer/enable_integration_as_bearer';
+ private const CONFIG_PATH_INTEGRATION_BEARER = 'oauth/consumer/enable_integration_as_bearer';
23
24
25
* @var ScopeConfigInterface
0 commit comments