FosterCommerce / shipstation-connect

A plugin for Craft Commerce 2 that integrates with ShipStation.
https://plugins.craftcms.com/shipstationconnect
Other
7 stars 10 forks source link

Replaced calls to deprecated getAdjustmentsTotalByType() method #13

Closed jmauzyk closed 4 years ago

jmauzyk commented 4 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.

johnnynotsolucky commented 4 years ago

@jmauzyk Thank you for this! Everything looks good.