Skip to content

Commit 46633df

Browse files
author
Stanislav Idolov
committed
MAGETWO-41608: Tax is not recalculated/presented for virtual_quote on checkout
1 parent 45b345e commit 46633df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Quote/Model/BillingAddressManagement.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ public function assign($cartId, \Magento\Quote\Api\Data\AddressInterface $addres
9999
$quote->setShippingAddress($shippingAddress);
100100
}
101101
$quote->setDataChanges(true);
102+
$quote->collectTotals();
102103
try {
103104
$this->quoteRepository->save($quote);
104105
} catch (\Exception $e) {

0 commit comments

Comments
 (0)