VirtoCommerce/vc-module-order

Recalculate API Doesn't Recalculate Totals

benb1n opened this issue · 2 comments

public IHttpActionResult CalculateTotals(CustomerOrder order)

This doesn't appear to do anything. Should it make a call to ICustomerOrderTotalsCalculator.CalculateTotals()?

I passed an order with an updated line item quantity to this method and it didn't update the total.

@tatarincev

I have been added the missing logic