solidusio-contrib / solidus_active_shipping

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

Cached data is not invalidated when handling fees are updated #9

Open fredericboivin opened 8 years ago

fredericboivin commented 8 years ago

How to reproduce :

1) Set handling_fee to 1 2) Retrieve rate for service A 3) Set handling_fee to 0 4) Retrieve rate for service A, it's fetched from the cache and it will include the handling_fee from 1)