Skip to content

Commit b9d1257

Browse files
committed
MAGETWO-87003: Graphql Bundle product implementation
- refactoring
1 parent a9bbac7 commit b9d1257

File tree

2 files changed

+2
-2
lines changed
  • app/code/Magento/BundleGraphQl

2 files changed

+2
-2
lines changed

app/code/Magento/BundleGraphQl/Model/Resolver/Products/DataProvider/Product/Formatter/BundleOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
namespace Magento\BundleGraphQl\Model\Plugin\Model\Resolver\Products\DataProvider\Product\Formatter;
7+
namespace Magento\BundleGraphQl\Model\Resolver\Products\DataProvider\Product\Formatter;
88

99
use Magento\Catalog\Model\Product;
1010
use Magento\Bundle\Model\Product\Type as Bundle;

app/code/Magento/BundleGraphQl/etc/graphql/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<type name="Magento\CatalogGraphQl\Model\Resolver\Products\DataProvider\Product\FormatterComposite">
1010
<arguments>
1111
<argument name="formatterInstances" xsi:type="array">
12-
<item name="add_bundle_data" xsi:type="object">Magento\BundleGraphQl\Model\Plugin\Model\Resolver\Products\DataProvider\Product\Formatter\BundleOptions</item>
12+
<item name="add_bundle_data" xsi:type="object">Magento\BundleGraphQl\Model\Resolver\Products\DataProvider\Product\Formatter\BundleOptions</item>
1313
</argument>
1414
</arguments>
1515
</type>

0 commit comments

Comments
 (0)