Skip to content

Commit 6f2a12d

Browse files
AnujNehraAnujNehra
authored andcommitted
ACP2E-1776: Creating customer(-s) via Async REST API ignores group_id
1 parent baf2995 commit 6f2a12d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

app/code/Magento/Customer/Model/AccountManagementApi.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,11 @@
3636
* Account Management service implementation for external API access.
3737
* Handle various customer account actions.
3838
*
39-
* @api
4039
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
4140
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
4241
*/
4342
class AccountManagementApi extends AccountManagement
4443
{
45-
/**
46-
* Authorization level of a basic admin session
47-
*
48-
* @see _isAllowed()
49-
*/
50-
public const ADMIN_RESOURCE = 'Magento_Customer::manage';
51-
5244
/**
5345
* @var AuthorizationInterface
5446
*/

0 commit comments

Comments
 (0)