Skip to content

Commit 0446a57

Browse files
committed
AC-1619: Integration access tokens do not work as Bearer tokens
1 parent 021670c commit 0446a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Integration/Model/Config/AuthorizationConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class AuthorizationConfig
1919
/**
2020
* XML Path for Enable Integration as Bearer
2121
*/
22-
const CONFIG_PATH_INTEGRATION_BEARER = 'oauth/consumer/enable_integration_as_bearer';
22+
private const CONFIG_PATH_INTEGRATION_BEARER = 'oauth/consumer/enable_integration_as_bearer';
2323

2424
/**
2525
* @var ScopeConfigInterface

0 commit comments

Comments
 (0)