|
|
@@ -30,7 +30,6 @@ class ConfigurableOptionManager extends BaseDataProvider implements AdminArea
|
|
|
->loadById($productId);
|
|
|
|
|
|
$options = new ConfigOptionsType();
|
|
|
- $options->setType($productManager->get(ProductParams::CLASS_OF_SERVICE_NAME));
|
|
|
$options->setProductId($productId);
|
|
|
$options->load();
|
|
|
|
|
|
@@ -56,7 +55,6 @@ class ConfigurableOptionManager extends BaseDataProvider implements AdminArea
|
|
|
->loadById($productId);
|
|
|
|
|
|
$options = new ConfigOptionsType();
|
|
|
- $options->setType($productManager->get(ProductParams::CLASS_OF_SERVICE_NAME));
|
|
|
$options->setProductId($productId);
|
|
|
$options->load();
|
|
|
|