mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-15 23:57:48 +00:00
Use the instance currency as Money's default
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
Money.rounding_mode = BigDecimal::ROUND_HALF_EVEN
|
||||
Money.default_currency = Money::Currency.new('USD')
|
||||
Money.default_currency = Money::Currency.new(Spree::Config[:currency])
|
||||
|
||||
Reference in New Issue
Block a user