solidusio-contrib / solidus_active_shipping

:package: Solidus integration for Shopify's active_shipping gem.
8 stars 22 forks source link

Fix deprecation warning for `Order#update!` #47

Closed swcraig closed 7 years ago

swcraig commented 7 years ago

Solidus wants us to use Order#recalculate instead.

Deprecation notice

forkata commented 7 years ago

@tvdeyen Is right, we can't do this without checking the solidus gem version.

swcraig commented 7 years ago

Gah! Of course. One day I will remember to always consider backwards compatibility. I will work on something for this.

swcraig commented 7 years ago

I believe this is good to go now.