surprisehighway / craft-avatax

Calculate and add sales tax to an order's base tax using Avalara's AvaTax service with Craft Commerce 5.
MIT License
7 stars 11 forks source link

Replaced calls to deprecated getAdjustmentsTotalByType() method #13

Closed jmauzyk closed 4 years ago

jmauzyk commented 5 years ago

As of Commerce 2.2.0 craft\commerce\elements\Order::getAdjustmentsTotalByType() is deprecated. Replaced any calls to this method with the appropriate updated one.