Skip to content

Commit b0919e8

Browse files
committed
GraphQl-198: Products: access to related/up-sell/cross-sell product fields
-- Update composer.lock
1 parent 0c0c89d commit b0919e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev/tests/integration/testsuite/Magento/CatalogUrlRewrite/_files/product_with_category_rollback.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
/** @var ProductRepositoryInterface $productRepository */
2323
$productRepository = $objectManager->get(ProductRepositoryInterface::class);
24-
//$productRepository->deleteById('p002');
2524
$product = $productRepository->get('p002', false, null, true);
2625
$productRepository->delete($product);
2726

0 commit comments

Comments
 (0)