Skip to content

Commit 92d7b12

Browse files
author
Anna Bukatar
committed
ACP2E-2377: Issue with Cart Price Rule on Dynamically Priced Bundles
1 parent b03ef41 commit 92d7b12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/tests/integration/testsuite/Magento/SalesRule/Model/Quote/DiscountTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ public function bundleProductWithDynamicPriceAndCartPriceRuleDataProvider(): arr
190190
[
191191
'bundle_cc',
192192
[
193-
'bundle_product_with_dynamic_price-simple1-simple2' => 0,
194-
'simple1' => 3,
195-
'simple2' => 7.99,
193+
'bundle_product_with_dynamic_price-simple1-simple2' => 10.99,
194+
'simple1' => 0,
195+
'simple2' => 0,
196196
],
197197
-10.99
198198
],

0 commit comments

Comments
 (0)