Skip to content

Commit

Permalink
Merge pull request #127 from vindi/versionamento-master
Browse files Browse the repository at this point in the history
Atualização da branch development para a master para versionamento da release 2.0.1
  • Loading branch information
thais-kusuki-vindi authored Sep 25, 2024
2 parents 687bf27 + be03687 commit dcb2dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Setup/UpgradeData.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private function removeProductAttributesAndSets()
}

$entityTypeId = $categorySetup->getEntityTypeId(Product::ENTITY);
$attributeSetId = $categorySetup->getAttributeSetId($entityTypeId, self::VINDI_PLANOS);
$attributeSetId = $categorySetup->getAttributeSet($entityTypeId, self::VINDI_PLANOS, 'attribute_set_id');
if ($attributeSetId) {
$attributeGroupId = $categorySetup->getAttributeGroupId($entityTypeId, $attributeSetId, self::VINDI_PLAN_SETTINGS);
if ($attributeGroupId) {
Expand Down

0 comments on commit dcb2dc2

Please sign in to comment.