File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/code/Magento/AdminAdobeIms Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
namespace Magento \AdminAdobeIms \Model ;
10
10
11
11
use Magento \AdminAdobeIms \Exception \AdobeImsAuthorizationException ;
12
+ use Magento \AdminAdobeIms \Exception \AdobeImsOrganizationAuthorizationException ;
12
13
use Magento \AdminAdobeIms \Logger \AdminAdobeImsLogger ;
13
14
use Magento \AdminAdobeIms \Service \ImsConfig ;
14
15
use Magento \AdobeIms \Model \GetToken ;
19
20
use Magento \Framework \HTTP \Client \Curl ;
20
21
use Magento \Framework \HTTP \Client \CurlFactory ;
21
22
use Magento \Framework \Serialize \Serializer \Json ;
22
- use mysql_xdevapi \Exception ;
23
23
24
24
class ImsConnection
25
25
{
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ public function __construct(
39
39
* Check if user is a member of Adobe Organization
40
40
*
41
41
* @param string $access_token
42
- * @return bool
42
+ * @return void
43
43
* @throws AdobeImsOrganizationAuthorizationException
44
44
*/
45
- public function checkOrganizationMembership (string $ access_token ): bool
45
+ public function checkOrganizationMembership (string $ access_token ): void
46
46
{
47
47
$ configuredOrganization = $ this ->adminImsConfig ->getOrganizationId ();
48
48
You can’t perform that action at this time.
0 commit comments