We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e39346 commit 9575e10Copy full SHA for 9575e10
dev/tests/integration/testsuite/Magento/Quote/Model/Product/Plugin/UpdateQuoteTest.php
@@ -61,6 +61,8 @@ public function testUpdateQuoteRecollectAfterChangeProductPrice(): void
61
$this->assertNotEmpty($quote->getItems());
62
$quoteItem = current($quote->getItems());
63
$product = $quoteItem->getProduct();
64
+ $quoteItem->setProductId($product->getRowId());
65
+ $quote->save();
66
67
$tierPrice = $this->tierPriceFactory->create();
68
$tierPrice->setPrice($product->getPrice());
0 commit comments