File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
app/code/Magento/BundleImportExport/Model/Import/Product/Type Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 2626 */
2727class Bundle extends \Magento \CatalogImportExport \Model \Import \Product \Type \AbstractType
2828{
29- /**
30- * phpcs:disable Magento2.Commenting.ConstantsPHPDocFormatting
31- */
32-
3329 /**
3430 * Delimiter before product option value.
3531 */
3632 const BEFORE_OPTION_VALUE_DELIMITER = '; ' ;
3733
38- /**
39- * Pair value separator.
40- */
4134 const PAIR_VALUE_SEPARATOR = '= ' ;
4235
4336 /**
@@ -50,25 +43,12 @@ class Bundle extends \Magento\CatalogImportExport\Model\Import\Product\Type\Abst
5043 */
5144 const VALUE_FIXED = 'fixed ' ;
5245
53- /**
54- * Not fixed dynamic attribute.
55- */
5646 const NOT_FIXED_DYNAMIC_ATTRIBUTE = 'price_view ' ;
5747
58- /**
59- * Selection price type fixed.
60- */
6148 const SELECTION_PRICE_TYPE_FIXED = 0 ;
6249
63- /**
64- * Selection price type percent.
65- */
6650 const SELECTION_PRICE_TYPE_PERCENT = 1 ;
6751
68- /**
69- * phpcs:enable Magento2.Commenting.ConstantsPHPDocFormatting
70- */
71-
7252 /**
7353 * Array of cached options.
7454 *
You can’t perform that action at this time.
0 commit comments