Skip to content

Commit 6b410a1

Browse files
AC-2044::Cart Price Rule with shipping method set as condition is not working Magento - fix integration failure
1 parent f74dbcb commit 6b410a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Checkout/Model/TotalsInformationManagement.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public function calculate(
7070
->setShippingMethod($shippingMethod);
7171

7272
$this->cartRepository->save($quote);
73+
$quote->setTotalsCollectedFlag(false);
7374
}
7475
}
7576
$quote->collectTotals();

0 commit comments

Comments
 (0)