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 b03ef41 commit 92d7b12Copy full SHA for 92d7b12
dev/tests/integration/testsuite/Magento/SalesRule/Model/Quote/DiscountTest.php
@@ -190,9 +190,9 @@ public function bundleProductWithDynamicPriceAndCartPriceRuleDataProvider(): arr
190
[
191
'bundle_cc',
192
193
- 'bundle_product_with_dynamic_price-simple1-simple2' => 0,
194
- 'simple1' => 3,
195
- 'simple2' => 7.99,
+ 'bundle_product_with_dynamic_price-simple1-simple2' => 10.99,
+ 'simple1' => 0,
+ 'simple2' => 0,
196
],
197
-10.99
198
0 commit comments