We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db48e4c commit aa1f52fCopy full SHA for aa1f52f
app/code/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricing.php
@@ -54,9 +54,9 @@ class AdvancedPricing extends \Magento\ImportExport\Model\Import\Entity\Abstract
54
* @deprecated
55
* @see VALIDATOR_TIER_PRICE
56
*/
57
- const VALIDATOR_TEAR_PRICE = 'validator_tier_price';
+ private const VALIDATOR_TEAR_PRICE = 'validator_tier_price';
58
59
- const VALIDATOR_TIER_PRICE = 'validator_tier_price';
+ private const VALIDATOR_TIER_PRICE = 'validator_tier_price';
60
61
/**
62
* Validation failure message template definitions.
0 commit comments