Skip to content

Commit

Permalink
Merge remote-tracking branch 'magento-engcom-team/forwardport-2.3-dev…
Browse files Browse the repository at this point in the history
…elop-magento-magento2-12283' into batch-21-forwardport-2.3-develop

# Conflicts:
#	dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/_files/custom_attributes_rollback.php
  • Loading branch information
Oleksii Korshenko committed Jan 30, 2018
2 parents e27445d + f0711ed commit 79de0d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
4
)->setStoreId(
1
)->setCustomAttribute(
'tax_class_id',
1
)->setWebsiteIds(
[1]
)->setName(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

$attributeCodes = [
'test_attribute',
];
];

foreach ($attributeCodes as $attributeCode) {
/** @var \Magento\Eav\Model\Entity\Attribute $attribute */
Expand Down

0 comments on commit 79de0d6

Please sign in to comment.