spree-contrib / spree_multi_currency

Provides UI to allow configuring multiple currencies in Spree.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
41 stars 117 forks source link

optional automatic conversion from base currency. #16

Closed yonahforst closed 4 years ago

yonahforst commented 10 years ago

Added automatic conversion from base currency to other supported currencies. Automatic conversions can be enabled/disabled per variant/currency combination.

Uses money gem and GoogleCurrency as the default bank (can be overridden in an initializer)

Conversion is triggered by model before_save and after_save callbacks

JDutil commented 10 years ago

I'm :+1: for automated updates. What sort of limits does google place on their currency api? Like how many requests are you allowed, and could you document necessary instructions for obtaining & setting an API key if required.

Specs should be included as well.