Skip to content

Commit d8fdee4

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

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/code/Magento/Customer/Test/Unit/Model/AccountManagementApiTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,11 @@ class AccountManagementApiTest extends TestCase
234234
*/
235235
private $authorizationMock;
236236

237+
/**
238+
* @var Store|MockObject
239+
*/
240+
private $store;
241+
237242
/**
238243
* @inheritDoc
239244
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)

app/code/Magento/Customer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"magento/module-cookie": "*",
3131
"magento/module-customer-sample-data": "*",
3232
"magento/module-webapi": "*",
33-
"magento/asynchronous-operations": "*"
33+
"magento/module-asynchronous-operations": "*"
3434
},
3535
"type": "magento2-module",
3636
"license": [

0 commit comments

Comments
 (0)