I am trying to learn how to work with Solidus platform and I want to change the default currency from USD to KES. However, even though I tried changing it from the spree.rb file, nothing seems to work. What could i be doing wrong?
Spree.config do |config|
# Core:
# Default currency for new sites
config.currency = "KES"
Comments
Post a Comment