November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
with the new abstraction APIs, you don't save the TaxTotal, you "calculate" it. So you can use IOrderGroupTotalsCalculator to get the tax values back (provided you implement ITaxCalculator to calculate taxes through your preferred service).
In Commerce 12, the values will be cached, so Commerce will save tax values for you internally.
I'm calling the IOrderRepository method Save that takes an IOrderGroup, but the TaxTotal amount I update is not persisting to the database.
Here is a code snippet (pulled from many methods to be concise)...
End result is a TaxTotal of 0.0 in OrderGroup table. This is driving me crazy. Any help will be appreciated.