Skip to content

Commit

Permalink
Merge pull request #1197 from bohdan-harniuk/1196-fix-customer-eav-at…
Browse files Browse the repository at this point in the history
…tr-generation-for-M-2.4.4

1196 fix customer eav attr generation for m 2.4.4
  • Loading branch information
VitaliyBoyko committed Sep 19, 2022
2 parents adfae0d + 20082f2 commit 18b03d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class ${CLASS_NAME} implements ${IMPLEMENTS}
$eavSetup->addAttributeToSet(
${CUSTOMER_METADATA_INTERFACE}::ENTITY_TYPE_CUSTOMER,
${CUSTOMER_METADATA_INTERFACE}::ATTRIBUTE_SET_ID_CUSTOMER,
null,
'Default',
'${ATTRIBUTE_CODE}'
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function apply()
$eavSetup->addAttributeToSet(
CustomerMetadataInterface::ENTITY_TYPE_CUSTOMER,
CustomerMetadataInterface::ATTRIBUTE_SET_ID_CUSTOMER,
null,
'Default',
'multiselect_test'
);

Expand Down

0 comments on commit 18b03d4

Please sign in to comment.