File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
app/code/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricing/Validator Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 9
9
namespace Magento \AdvancedPricingImportExport \Model \Import \AdvancedPricing \Validator ;
10
10
11
11
use Magento \AdvancedPricingImportExport \Model \Import \AdvancedPricing ;
12
+ use Magento \CatalogImportExport \Model \Import \Product ;
12
13
use Magento \CatalogImportExport \Model \Import \Product \RowValidatorInterface ;
13
14
use Magento \CatalogImportExport \Model \Import \Product \StoreResolver ;
15
+ use Magento \CatalogImportExport \Model \Import \Product \Validator \AbstractImportValidator ;
14
16
use Magento \CatalogImportExport \Model \Import \Product \Validator \AbstractPrice ;
15
17
use Magento \Customer \Api \GroupRepositoryInterface ;
16
18
use Magento \Framework \Api \SearchCriteriaBuilder ;
19
+ use Magento \Framework \Exception \LocalizedException ;
17
20
18
21
class TierPrice extends AbstractPrice
19
22
{
@@ -48,7 +51,12 @@ public function __construct(
48
51
}
49
52
50
53
/**
51
- * {@inheritdoc}
54
+ * Initialize method
55
+ *
56
+ * @param Product $context
57
+ *
58
+ * @return RowValidatorInterface|AbstractImportValidator|void
59
+ * @throws LocalizedException
52
60
*/
53
61
public function init ($ context )
54
62
{
@@ -59,6 +67,8 @@ public function init($context)
59
67
}
60
68
61
69
/**
70
+ * Add decimal error
71
+ *
62
72
* @param string $attribute
63
73
*
64
74
* @return void
You can’t perform that action at this time.
0 commit comments