Skip to content

Commit e5e7eb9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function calculate(
7171
$quoteShippingAddress->save();
7272
}
7373
}
74-
$quote->collectTotals()
74+
$quote->collectTotals();
7575

7676
return $this->cartTotalRepository->get($cartId);
7777
}

0 commit comments

Comments
 (0)