Skip to content

Commit 62def29

Browse files
AC-2044::Cart Price Rule with shipping method set as condition is not working Magento - reverted removed code
1 parent 5f2f97c commit 62def29

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
@@ -71,6 +71,7 @@ public function calculate(
7171
$quoteShippingAddress->save();
7272
}
7373
}
74+
$quote->collectTotals()
7475

7576
return $this->cartTotalRepository->get($cartId);
7677
}

0 commit comments

Comments
 (0)