Skip to content

Commit e8dc3fa

Browse files
Merge pull request #11 from ybutrameev/SWPWA-232
Swpwa 232
2 parents 053cf91 + af7cd5d commit e8dc3fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Model/Customer/ExtractCustomerData.php

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ public function execute(CustomerInterface $customer): array
7676
);
7777

7878
$customerData['confirmation_required'] = $isConfirmationRequired;
79+
$customerData['group_id'] = $customer->getGroupId();
7980

8081
return $customerData;
8182
}

0 commit comments

Comments
 (0)