Skip to content

Commit

Permalink
MAGETWO-70803: [GITHUB] Inconsistent CSV file Import error: #7495
Browse files Browse the repository at this point in the history
- Fixed static tests;
  • Loading branch information
Aliaksei Yakimovich2 committed Sep 13, 2019
1 parent 225ef1f commit 4bc0879
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/code/Magento/CatalogImportExport/Model/Import/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class Product extends \Magento\ImportExport\Model\Import\Entity\AbstractEntity
const COL_PRODUCT_WEBSITES = '_product_websites';

/**
* Media gallery attribute code.
* Attribute code for media gallery.
*/
const MEDIA_GALLERY_ATTRIBUTE_CODE = 'media_gallery';

Expand All @@ -150,12 +150,12 @@ class Product extends \Magento\ImportExport\Model\Import\Entity\AbstractEntity
const COL_MEDIA_IMAGE = '_media_image';

/**
* Inventory use config.
* Inventory use config label.
*/
const INVENTORY_USE_CONFIG = 'Use Config';

/**
* Inventory use config prefix.
* Prefix for inventory use config.
*/
const INVENTORY_USE_CONFIG_PREFIX = 'use_config_';

Expand Down

0 comments on commit 4bc0879

Please sign in to comment.