Hi how do I force the cart to calculate the price of the products again? Is it by using CalculatePaymentsAsync() ?
Litium version: 8.5.0
Hi how do I force the cart to calculate the price of the products again? Is it by using CalculatePaymentsAsync() ?
Litium version: 8.5.0
Yes.
await _cartContextAccessor.CartContext.CalculatePaymentsAsync();