@@ -22,7 +22,6 @@ |
||
22 | 22 | |
23 | 23 | use TechDivision\Import\Utils\RegistryKeys; |
24 | 24 | use TechDivision\Import\Product\Subjects\AbstractProductSubject; |
25 | -use TechDivision\Import\Product\Bundle\Services\ProductBundleProcessorInterface; |
|
26 | 25 | |
27 | 26 | /** |
28 | 27 | * A SLSB that handles the process to import product variants. |
@@ -304,7 +304,7 @@ |
||
304 | 304 | * |
305 | 305 | * @param array $productBundleSelectionPrice The product bundle selection price data to persist |
306 | 306 | * |
307 | - * @return void |
|
307 | + * @return string |
|
308 | 308 | */ |
309 | 309 | public function persistProductBundleSelectionPrice($productBundleSelectionPrice) |
310 | 310 | { |