Skip to content

Commit

Permalink
Github #99: Sync "develop-storefront" with master branches
Browse files Browse the repository at this point in the history
  • Loading branch information
le0n4ik committed Aug 3, 2020
1 parent e9de2f4 commit cfa2925
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@
$configurableAttributesData = [
[
'attribute_id' => $attribute->getId(),
'code' => $firstAttribute->getAttributeCode(),
'label' => $firstAttribute->getStoreLabel(),
'code' => $attribute->getAttributeCode(),
'label' => $attribute->getStoreLabel(),
'position' => '0',
'values' => $attributeValues,
],
Expand Down

0 comments on commit cfa2925

Please sign in to comment.