Skip to content

Commit

Permalink
#25540: Refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky committed Mar 19, 2020
1 parent a070cf3 commit 143bd5b
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,11 @@
*/
class Bundle extends \Magento\CatalogImportExport\Model\Import\Product\Type\AbstractType
{
/**
* phpcs:disable Magento2.Commenting.ConstantsPHPDocFormatting
*/

/**
* Delimiter before product option value.
*/
const BEFORE_OPTION_VALUE_DELIMITER = ';';

/**
* Pair value separator.
*/
const PAIR_VALUE_SEPARATOR = '=';

/**
Expand All @@ -50,25 +43,12 @@ class Bundle extends \Magento\CatalogImportExport\Model\Import\Product\Type\Abst
*/
const VALUE_FIXED = 'fixed';

/**
* Not fixed dynamic attribute.
*/
const NOT_FIXED_DYNAMIC_ATTRIBUTE = 'price_view';

/**
* Selection price type fixed.
*/
const SELECTION_PRICE_TYPE_FIXED = 0;

/**
* Selection price type percent.
*/
const SELECTION_PRICE_TYPE_PERCENT = 1;

/**
* phpcs:enable Magento2.Commenting.ConstantsPHPDocFormatting
*/

/**
* Array of cached options.
*
Expand Down

0 comments on commit 143bd5b

Please sign in to comment.